A Set
that doesn't throw if you put more than 16 million items in it (16777216 to be exact).
Because that's what the native Set
object does for some reason.
npm install --save infinity-set
It works just like Set
, but it doesn't make you cry.
MIT © Fabio Spampinato