Hacker News new | ask | show | jobs
by adzm 5 days ago
> Real world alternatives show atomic xchg only solutions scale to hundreds of threads

But notably only with certain workloads

1 comments

Once you get to using custom lock free queues you should be picking something that matches your workload/broader design anyway.