Hacker News new | ask | show | jobs
by mareko 617 days ago
What a fascinating and detailed post. Thanks so much for sharing!

I wonder whether it's possible to achieve similar performance but with a simpler design that uses scalable reader-writer locks. They can be made a lot more efficient than what's commonly out there using the C-SNZI lock-free data structure:

https://people.csail.mit.edu/mareko/spaa09-scalablerwlocks.p...