v0.8.0 - 2021-01-16
Added
- Extracted "run under contention" part of contended_benchmark
Changed
- Concurrent testing and benchmarking tools now used scoped threads, eliminating
the need for Arc'ing shared data. - Since criterion has become good enough these days, this crate does not provide
benchmarking tools anymore aside from the aforementioned one. - We now require Rust v1.36 because crossbeam does.