wvwwvwwv / scalable-concurrent-containers

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

Optimize TreeIndex #24

Closed wvwwvwwv closed 3 years ago

wvwwvwwv commented 3 years ago

Less try-lock loops. Less atomic operations. Implement back-off.

wvwwvwwv commented 3 years ago

Once optimized, performance numbers can be published.

wvwwvwwv commented 3 years ago