hughfdjackson / immutable

neatly packages immutable equivalents to JavaScript's Objects and Arrays.
101 stars 7 forks source link

True Hash Array Mapped Tries Implementation #14

Closed hughfdjackson closed 11 years ago

hughfdjackson commented 11 years ago

For the purposes of benchmarking, implement the HAMT as described by bagwell, including:

hughfdjackson commented 11 years ago

This requirement will be null and void with the inclusion of immutable-hash-trie.