dcristoloveanu / clds

C Lockless Data Structures
MIT License
1 stars 0 forks source link

Fix spin due to doubling hash table buckets #49

Closed dcristoloveanu closed 4 years ago

dcristoloveanu commented 4 years ago

Fix spin due to doubling hash table buckets: Added needed option to only set value in the sorted list if the item was there and perform set value in the hash table in the lower level first