vorner / arc-swap

Support atomic operations on Arc itself
Apache License 2.0
778 stars 31 forks source link

Speed measurements #2

Closed vorner closed 6 years ago

vorner commented 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.

vorner commented 6 years ago

There are some now, but they are not very good (eg. the benchmarks, the results look OK).

vorner commented 6 years ago

Better benchmarks are now present.