infinity-map
v2.0.0
Published
A Map that doesn't throw if you put more than 16 million items in it. Because that's what the native `Map` object does for some reason.
Downloads
2,053
Maintainers
Readme
Infinity Map
A Map
that doesn't throw if you put more than 16 million items in it (16777216 to be exact).
Because that's what the native Map
object does for some reason.
Install
npm install --save infinity-map
Usage
It works just like Map
, but it doesn't make you cry.
License
MIT © Fabio Spampinato