Extended JS Map with Array-like methods
npm install @thunder04/supermapExtended Map with Array-like methods with TS typings and ESM support. It's made for my projects, but you can use it too.
- Automatic sweeping. Set an interval for automatic entry-sweeping with (optional) entry lifetime and (optional) an on-sweep callback.
- Entry TTL. Custom Time To Live duration (in milliseconds) for each entry of a SuperMap.
- Entry limit. Set the amount of entries a SuperMap can have.
Contributions are welcome! Do you want to add new features? Do you want to make performance optimizations? It's simple! Fork this repository, make your changes and create a pull request!