Tag Archives: Threading

The magical Futex

Its rare that computing creates something as elegant as the Futex: A simple and highly elegant system on top of which all the important synchronization primitives can be built, which has minimal overhead, and which is screamingly fast. Its even … Continue reading

Posted in Operating Systems | Tagged , | Leave a comment