There is no gitter set-up so I decided to open an issue.
Jeff Preshing(people might know him from his blog Preshing on Programming or his CppCon presentation) has announced a new lock-free concurrent HashMap library called Junction.
His benchmarks indicate that it outperforms the other C++ concurrent HashMaps.
Are there lesson to be learned from it?
Crossbeam doesn't yet have a HashMap implementation, so I wanted to post to provide some inspiration.
There is no gitter set-up so I decided to open an issue.
Jeff Preshing(people might know him from his blog Preshing on Programming or his CppCon presentation) has announced a new lock-free concurrent HashMap library called Junction.
His benchmarks indicate that it outperforms the other C++ concurrent HashMaps.
Are there lesson to be learned from it?
Crossbeam doesn't yet have a HashMap implementation, so I wanted to post to provide some inspiration.