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

https://github.com/threeletters/quickmap

A very fast map
https://github.com/threeletters/quickmap

Last synced: 3 days ago
JSON representation

A very fast map

Awesome Lists containing this project

README

          

[![NPM] (https://img.shields.io/badge/Module-Npm-blue.svg)] (https://www.npmjs.com/package/quickmap)
[![Donate] (https://img.shields.io/badge/Donate-Paypal-brightgreen.svg)] (https://paypal.me/andrews54757)
# QuickMap
A very fast map

## Installation
> npm install quickmap

### Usage

```
var Quickmap = require('quickmap');

var quickmap = new Quickmap();
```

### Functions

1. set(id,node) Inserts an item
2. get(id) Gets an item
3. delete(id) removes an item
4. toArray() Converts to an Array
5. forEach
6. every
7. forEachInteg Integritous forEach
8. everyInteg Integritous every
9. clean() cleans the system