Hacker News new | past | comments | ask | show | jobs | submit login

That's no reason for avoiding atomics in simple use cases. "Use locks and then profile" is fairly bad advice. Forget the profiler and always use atomics in simple situations where you know exactly how they work. Just don't try anything complicated with them.



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: