Skip to content

ThreeLetters/QuickMap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

[![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

About

A very fast map

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published