Hacker News new | ask | show | jobs
by catlifeonmars 1417 days ago
With concurrency you need atomics or locks to synchronize reference counts between cores, unless you can somehow guarantee that ref counts only decrement and can never increment.