Y
Hacker News
new
|
ask
|
show
|
jobs
by
tintor
5089 days ago
How do you do lock-free updates to the R-tree structure?
2 comments
pron
5089 days ago
Most updates aren't lock-free.
link
rprasad
5088 days ago
I think what pron is saying is that initial writes are lock-free but updates to existing data will require locks in most cases?
link