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.
The main features of dnedic/lfbb are: Memory Management.
Open-source alternatives to dnedic/lfbb include: berezovskyi/protobuf-embedded-c — A protocol buffers generator for resource constrained embedded applications written in the C programming language. embedded-ams/embeddedproto — Embedded Proto is a product of Embedded AMS B.V. For more information about Embedded Proto please visit… embeddedartistry/libmemory — Embedded Artistry's libmemory is a memory management library for embedded systems. If you have a bare metal system and… majerle/lwmem — Read first: Documentation. majerle/lwrb — Library provides generic FIFO ring buffer implementation. nqtronix/fifofast — A fast, generic fifo for MCUs.
A protocol buffers generator for resource constrained embedded applications written in the C programming language.
Embedded Proto is a product of Embedded AMS B.V. For more information about Embedded Proto please visit EmbeddedProto.com.
Embedded Artistry's libmemory is a memory management library for embedded systems. If you have a bare metal system and want to use malloc(), this library is for you!