Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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