Skip to content

Commit

Permalink
fix number in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jdonszelmann committed Jun 9, 2023
1 parent b8b6b48 commit 72ccd2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ where ringbuffer is slightly faster as well (among 100 measurements).
| `ConstGenericRingBuffer` | `[13.685 µs 13.712 µs 13.743 µs]` |

Note that none of the alternatives to `RingBuffer` have the exact same behavior to `RingBuffer`. All `std` datastructures
compared here can grow unbounded (though in benchmarks they weren't filled over `10 000` elements).
compared here can grow unbounded (though in benchmarks they weren't filled over `65 536` elements).

`heapless::Deque` doesn't drop old items like `ringbuffer` does when the deque is full. Instead, new items aren't let in on push operations.

Expand Down

1 comment on commit 72ccd2a

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.