wvwwvwwv / scalable-concurrent-containers

High performance containers and utilities for concurrent and asynchronous programming
Apache License 2.0
285 stars 14 forks source link

Implement asynchronous TreeIndex::remove_range #123

Open wvwwvwwv opened 6 months ago

wvwwvwwv commented 6 months ago

Either, 1. directly remove entries while removing sub-trees, or 2. iterate over remaining entries with a strong reference held for each leaf.