Closed vorner closed 6 years ago
While it is expected this should be faster than Mutex<Arc>, especially in contended mostly-read situations, some measurement that checks if it is actually true would be nice.
Mutex<Arc>
There are some now, but they are not very good (eg. the benchmarks, the results look OK).
Better benchmarks are now present.
While it is expected this should be faster than
Mutex<Arc>
, especially in contended mostly-read situations, some measurement that checks if it is actually true would be nice.