yatisht / usher

Ultrafast Sample Placement on Existing Trees
MIT License
121 stars 40 forks source link

Fix race condition when placing sample #307

Closed yceh closed 1 year ago

yceh commented 1 year ago

The search dispatcher may increment the current sample index before the tree modification thread reads it, which may finish early.