Skip to content

A Set that doesn't throw if you put more than 16 million items in it. Because that's what the native `Set` object does for some reason.

License

Notifications You must be signed in to change notification settings

fabiospampinato/infinity-set

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Infinity Set

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.

Install

npm install --save infinity-set

Usage

It works just like Set, but it doesn't make you cry.

License

MIT © Fabio Spampinato

About

A Set that doesn't throw if you put more than 16 million items in it. Because that's what the native `Set` object does for some reason.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published