Open dralley opened 1 year ago
They probably aren't true any more, at least on Linux and Windows where the standard library has a new implementation. If you're willing to re-run the benchmarks, I'll happily accept a PR which rewords the README.
Meanwhile without such benchmarks, it would be more honest to remove the claims than leave them stand, IMO.
The README makes a number of performance claims which haven't been updated in 7 years, in the meantime the standard library has seen a number of improvements made to core concurrency primitives. It would be nice to provide a more up-to-date description of why one may or may not want to use
parking_lot
.Particularly this section
As it's not clear whether those claims are still true.