vorner / arc-swap

Support atomic operations on Arc itself

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Speed measurements

vorner opened this issue · comments

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.

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

Better benchmarks are now present.