Hacker News new | ask | show | jobs
by sanxiyn 2363 days ago
Note that fair locking is still expensive. parking_lot achieves both speed and fairness by starting with unfair locking and falling back to fair locking.