Y
Hacker News
new
|
ask
|
show
|
jobs
by
PartiallyTyped
899 days ago
You may want to rebalance a tree, or you may want to have multiple readers while a writer exists without relying on mutexes or locking.
1 comments
zogomoox
899 days ago
as long as you don't modify the original nodes that would still work, no locks needed.
link