hashmap icon indicating copy to clipboard operation
hashmap copied to clipboard

HashMap JavaScript class for Node.js and the browser. The keys can be anything and won't be stringified

Results 4 hashmap issues
Sort by recently updated
recently updated
newest added

Please, clarify in the readme that it is impossible with this library to get the same value using another object as a key that is structurally identical to the first...

Does it provide support with react native? I want to implement hashmap in react native please help me with this?

Switched to a hashmap trie. With significantly faster insertion rates, creating a new instance is slower, albeit that is likely to be done substantially less than modification of the map....

You're not mapping value passed into [ ] to number, that is hash in a way, that pointers align. Therefore this is not a hash-map.