js-ipld-hashmap An associative array Map-type data structure for very large, distributed data sets built on IPLD. This JavaScript implementation conforms to the IPLD HashMap specification which ...
In my contrived tests, with a fast hash function that produced ~.002% collisions, the HashMap performed ~30% slower than using a plain old object with a toString() function that generated unique ...