Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Without atomics, lock free algorithms are required, which without adequate CPU support are very hard to get right.


Lock free algorithms generally require atomics. The non-atomic RCs use other algorithms to eliminate or at least reduce atomics. The main detail is that the bulk of normal incr/decr's are non-atomic.




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

Search: