java-concurrent-hash-trie-map
java-concurrent-hash-trie-map copied to clipboard
Java port of a concurrent trie hash map implementation from the Scala collections library
Bumps [junit](https://github.com/junit-team/junit4) from 4.9 to 4.13.1. Release notes Sourced from junit's releases. JUnit 4.13.1 Please refer to the release notes for details. JUnit 4.13 Please refer to the release notes...
The previous link was 404-ing.
Was performance and memory footprint of this map implementation compared with [NonBlockingHashMap from high-scale-lib](https://github.com/stephenc/high-scale-lib)? Seems like both of these projects aim to provide a non-blocking implementation of `ConcurrentMap` that could...