48

GitHub - cringiest/grumpy: ? Utility data structure with significantly improved...

 5 years ago
source link: https://github.com/cringiest/grumpy
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.

README.md

68747470733a2f2f6772756d70792e6a732e6f72672f696d672f6772756d70792e737667
 68747470733a2f2f696d672e736869656c64732e696f2f6e706d2f762f6772756d70792e7376673f6d61784167653d31323030 68747470733a2f2f6772756d70792d696e7374616c6c732e676c697463682e6d653f6d61784167653d31323030 68747470733a2f2f62616467656e2e6e65742f62756e646c6570686f6269612f6d696e7a69702f6772756d7079

About

Grumpy is a utility data structure module with significantly improved performance and ease-of-use.

  • ? Small file size (~1kb)
  • ⚡️ Blazing fast performance
  • ? Minimal & intuitive API

Installation

npm i -s grumpy

Links

Usage

const Grumpy = require('grumpy');
const group = new Grumpy();

group.set('key', 'value');

group.get('key'); // returns 'value'

More Examples


About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK