https://github.com/fabiospampinato/infinity-set
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.
https://github.com/fabiospampinato/infinity-set
infinite infinity limitless set
Last synced: 2 months ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/fabiospampinato/infinity-set
- Owner: fabiospampinato
- License: mit
- Created: 2021-05-19T14:14:20.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-09-24T16:39:22.000Z (about 2 years ago)
- Last Synced: 2024-11-21T15:07:19.316Z (11 months ago)
- Topics: infinite, infinity, limitless, set
- Language: TypeScript
- Size: 7.81 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
# 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
```sh
npm install infinity-set
```## Usage
It works just like `Set`, but it doesn't make you cry.
## License
MIT © Fabio Spampinato