An open API service indexing awesome lists of open source software.

https://github.com/tokenrove/magic-ringbuffer-rs

Attempt at implementing the Magic Ringbuffer in Rust
https://github.com/tokenrove/magic-ringbuffer-rs

library mmap ring-buffer rust

Last synced: about 1 year ago
JSON representation

Attempt at implementing the Magic Ringbuffer in Rust

Awesome Lists containing this project

README

          

An implementation of the "magic ringbuffer", [as described by ryg],
for POSIX systems, perhaps.

Please read the caveats at the top of [`lib.rs`](src/lib.rs) before
considering using this crate.

[as described by ryg]: https://fgiesen.wordpress.com/2012/07/21/the-magic-ring-buffer/