efficient / libcuckoo

A high-performance, concurrent hash table
Other
1.61k stars 275 forks source link

Adding different spinlock modes to improve many-readers contention. #158

Open serkanturgut opened 1 year ago

serkanturgut commented 1 year ago

Adding Exclusive/Shared locking semantics to spinlock implementation to reduce contention between many readers for hot buckets.

https://github.com/efficient/libcuckoo/issues/159