Skip to content

rtrb 0.3.1

Choose a tag to compare

@mgeier mgeier released this 26 May 13:37
· 27 commits to main since this release

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

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.