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 HashIndex::entry #98

Closed wvwwvwwv closed 1 year ago

wvwwvwwv commented 1 year ago

Similar to HashMap::entry with some adjustments.

wvwwvwwv commented 1 year ago

Hm... exclusive ownership of an entry doesn't mean much to HashIndex; no concrete safe use case? I'll revisit if there is a clear and safe use case.