QSmally / Qulity

A memory management utility

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Qulity

Qulity is a memory-based utility module which provides you enhanced versions of the native JavaScript Map with additional properties, methods and optimisations.

Features

Links

Installation

npm install qulity

const Qulity = require("qulity");
// ...

Usage

An extended JavaScript Map with additional utility methods.

const collection = new Qulity.Collection(iterable?);

Manages the API methods of data models and holds its cache.

const manager = new Qulity.Manager(iterable?, holds?);

manager.add("123456789012345678", new User(...information));
manager.resolve("123456789012345678"); // -> User instance

This module is licensed under Apache 2.0.

About

A memory management utility

License:Other


Languages

Language:JavaScript 100.0%