java-concurrent-hash-trie-map icon indicating copy to clipboard operation
java-concurrent-hash-trie-map copied to clipboard

Java port of a concurrent trie hash map implementation from the Scala collections library

Results 3 java-concurrent-hash-trie-map issues
Sort by recently updated
recently updated
newest added

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...

dependencies

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...