An open API service indexing awesome lists of open source software.

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.

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