Lock free & real time stuffs (for dummies)

A list of usefull stuffs/talks i collected about lock-free, concurrency and optimizations:

< https://github.com/nicolasdanet/Dummy/blob/master/RealTime.md >

Thanks for sharing other free resources.

11 Likes

Thanks for sharing, thats some meaty reading.

IMHO the talks about memory_order_relaxed and zombie pointers (from Michael Wong, Hans Boehm, Paul E. McKenney) are interesting even if you are already familiar with atomic stuffs!