We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6db964 commit 12490aaCopy full SHA for 12490aa
README.md
@@ -61,7 +61,7 @@ fn main() {
61
[^1]: Using a size that is not a power of 2 will be ~3x slower.
62
[^2]: All ringbuffers are `no_std`, but some require an allocator to be available.
63
64
-## To other ringbuffers
+## Comparison of other ringbuffers and ringbuffer-like datastructures
65
66
We ran a benchmark, pushing `10 000` elements to a ringbuffer with a capacity of `1000` (where it was possible to
67
configure one) to compare
0 commit comments