One of the main features that I wanted to add to my own implementation of a Hash Map was to make it Thread-Safe. Sure, there is a HashTable in Java that ensures that its operations are Thread-safe, ...
This repository contains a git submodule called ion-hash-test, which holds test data used by ion-hash-java's unit tests. The easiest way to clone the ion-hash-java repository and initialize its ...