Skip to content

Commit

Permalink
Merge pull request #15 from DNedic/main
Browse files Browse the repository at this point in the history
Add lfbb, a lock-free bipartite buffer implementation
  • Loading branch information
iDoka authored Dec 18, 2023
2 parents 2019cfa + 7e126b8 commit cb333d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ Permanent URL to this list: https://github.com/iDoka/awesome-embedded-software

* [LwRB](https://github.com/MaJerle/lwrb) - Lightweight generic ring buffer manager library.
* [RingBuffer](https://github.com/wizard97/ArduinoRingBuffer) - Simple Interrupt Safe Ring (Circular) Buffer Queuing Library for Embedded platforms.
* [lfbb](https://github.com/DNedic/lfbb) - Lock-free bipartite buffer, a variant of the ring buffer which can always provide contigous space inside the buffer for reading, writing or modifying the data in-place.

### FIFO

Expand Down

0 comments on commit cb333d0

Please # to comment.