wvwwvwwv / scalable-concurrent-containers

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

feat(tree_index, #162): Replace Borrow with equivalent::Comparable #163

Closed qthree closed 2 weeks ago

qthree commented 3 weeks ago

Requires #159 and #160

TODO: do the same with HashMaps and equivalent::Equivalent

wvwwvwwv commented 3 weeks ago

@qthree really appreciated for this PR. Please mark this "Ready for review" once it's ready - I see no major problems except https://github.com/wvwwvwwv/scalable-concurrent-containers/actions/runs/10974640538/job/30503320920?pr=163 . => The minor performance drop in peek can be addressed in a subsequent change.