https://github.com/mmrath/coalescing_buffer
Rust Coalescing Buffer implementation
https://github.com/mmrath/coalescing_buffer
coalescing ring-buffer rust
Last synced: 12 months ago
JSON representation
Rust Coalescing Buffer implementation
- Host: GitHub
- URL: https://github.com/mmrath/coalescing_buffer
- Owner: mmrath
- License: apache-2.0
- Created: 2015-11-17T09:47:58.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2019-04-12T23:50:42.000Z (almost 7 years ago)
- Last Synced: 2025-04-12T07:52:20.162Z (12 months ago)
- Topics: coalescing, ring-buffer, rust
- Language: Rust
- Homepage: https://docs.rs/crate/coalescing_buffer/
- Size: 42 KB
- Stars: 8
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
[](https://travis-ci.org/mmrath/coalescing_buffer)
# Rust Coalescing Ring Buffer
An attempt to port Java [Coalescing Ring Buffer](https://github.com/LMAX-Exchange/LMAXCollections) to Rust
# TO DO
* Add documentation
* Compare with Java performance