flesler / hashmap

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Doesn't count as hashmap

arreehm opened this issue · comments

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.