File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed
Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change 1+ [ ![ CI] ( https://github.com/Mallets/ringbuffer-spsc/actions/workflows/ci.yml/badge.svg?branch=main )] ( https://github.com/Mallets/ringbuffer-spsc/actions?query=workflow%3ACI+branch%3Amain++ )
2+ [ ![ docs.rs] ( https://img.shields.io/docsrs/ringbuffer-spsc )] ( https://docs.rs/ringbuffer-spsc/latest/ringbuffer_spsc/ )
3+ [ ![ License] ( https://img.shields.io/badge/License-EPL%202.0-blue )] ( https://choosealicense.com/licenses/epl-2.0/ )
4+ [ ![ License] ( https://img.shields.io/badge/License-Apache%202.0-blue.svg )] ( https://opensource.org/licenses/Apache-2.0 )
5+
16# ringbuffer-spsc
27
38A fast single-producer single-consumer ring buffer.
@@ -48,7 +53,7 @@ fn main() {
4853Tests run on an Apple M4, 32 GB of RAM.
4954
5055``` sh
51- $ cargo run --release --example throughput
56+ cargo run --release --example throughput
5257```
5358
5459Provides ` ~520M elem/s ` of sustained throughput.
@@ -65,4 +70,4 @@ Provides `~520M elem/s` of sustained throughput.
6570520486274 elem/s
6671522570696 elem/s
6772...
68- ```
73+ ```
You can’t perform that action at this time.
0 commit comments