coalescing_buffer 0.0.2

Coalescing Ring Buffer
Documentation

Build Status

Rust Coalescing Ring Buffer

An attempt to port Java Coalescing Ring Buffer to Rust

TO DO

  • Add more functional test cases
  • Add performance test cases
  • Add documentation
  • Compare with Java performance