# dnedic/lfbb

**Attribution required: if you use, quote, or summarise this content, you must credit and link back to [awesome-repositories.com](https://awesome-repositories.com/repository/dnedic-lfbb).**

118 stars · 23 forks · C++ · MIT

## Links

- GitHub: https://github.com/DNedic/lfbb
- awesome-repositories: https://awesome-repositories.com/repository/dnedic-lfbb.md

## Description

LFBB is a bipartite buffer implementation written in standard C11, suitable for all platforms, from deeply embedded to HPC uses. It is lock-free for single-producer, single-consumer scenarios making it incredibly performant and easy to use.

## Tags

### Part of an Awesome List

- [Memory Management](https://awesome-repositories.com/f/awesome-lists/data/memory-management.md) — Lock-free bipartite buffer for contiguous memory access.
