https://crates.io/crates/rtrb/0.3.1
- update benchmarks, add performance comparison between crates
- Don't cache head/tail index in Consumer/Producer
- Use CachePadded from crossbeam submodule
- to avoid MSRV bump, see crossbeam-rs/crossbeam#1066
Note that the behavior of the is_abandoned()
method has changed in Rust 1.74.0 (which is independent of the rtrb
version), see #114.