Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mmrath/coalescing_buffer
Rust Coalescing Buffer implementation
https://github.com/mmrath/coalescing_buffer
coalescing ring-buffer rust
Last synced: 27 days 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 (about 9 years ago)
- Default Branch: master
- Last Pushed: 2019-04-12T23:50:42.000Z (over 5 years ago)
- Last Synced: 2024-10-30T00:36:34.642Z (about 2 months ago)
- Topics: coalescing, ring-buffer, rust
- Language: Rust
- Homepage: https://docs.rs/crate/coalescing_buffer/
- Size: 42 KB
- Stars: 8
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
[![Build Status](https://travis-ci.org/mmrath/coalescing_buffer.svg?branch=master)](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