Hacker News new | ask | show | jobs
by brandmeyer 2112 days ago
I use C11 atomics pretty regularly. While lock-free data structures are tough to get right, there are other uses of atomics that are easy. For example, portable lock-free multithreaded statistics counters.