hash-array icon indicating copy to clipboard operation
hash-array copied to clipboard

A data structure that combines a hash and an array for automated indexing. All the benefits of an indexed HashMap and an Array in one neat tidy, tested package. Complex keys with multiple depths can b...

Results 1 hash-array issues
Sort by recently updated
recently updated
newest added

Hi Josh i am using the trie-search and found a bug in it when using reserved words as a key, after debugging i found out that the problem was in...