mnemonist
Curated collection of data structures for the JavaScript/TypeScript.
Last updated a year ago by yomguithereal .
MIT · Repository · Bugs · Original npm · Tarball · package.json
$ cnpm install mnemonist 
SYNC missed versions from official npm registry.

Build Status

Mnemonist

Mnemonist is a curated collection of data structures for the JavaScript language.

It gathers classic data structures (think heap, trie etc.) as well as more exotic ones such as Buckhard-Keller trees etc.

It strives at being:

  • As performant as possible for a high-level language.
  • Completely modular (don't need to import the whole library just to use a simple heap).
  • Simple & straightforward to use and consistent with JavaScript standard objects' API.
  • Completely typed and comfortably usable with Typescript.

Installation

npm install --save mnemonist

Documentation

Full documentation for the library can be found here.

Classics

Low-level & structures for very specific use cases

Information retrieval & Natural language processing

Space & time indexation

Metric space indexation

Probabilistic & succinct data structures

Utility classes


Note that this list does not include a Graph data structure, whose implementation is usually far too complex for the scope of this library.

However, we advise the reader to take a look at the graphology library instead.

Don't find the data structure you need? Maybe we can work it out together.

Contribution

Contributions are obviously welcome. Be sure to lint the code & add relevant unit tests.

# Installing
git clone git@github.com:Yomguithereal/mnemonist.git
cd mnemonist
npm install

# Linting
npm run lint

# Running the unit tests
npm test

License

MIT

Current Tags

  • 0.23.0-beta1                                ...           beta (8 years ago)
  • 0.40.3                                ...           latest (a year ago)
  • 0.40.0-rc1                                ...           rc (2 years ago)

73 Versions

  • 0.40.3                                ...           a year ago
  • 0.40.2                                ...           a year ago
  • 0.40.1                                ...           a year ago
  • 0.40.0                                ...           a year ago
  • 0.40.0-rc1                                ...           2 years ago
  • 0.39.8                                ...           2 years ago
  • 0.39.7                                ...           2 years ago
  • 0.39.6                                ...           2 years ago
  • 0.39.5                                ...           3 years ago
  • 0.39.4                                ...           3 years ago
  • 0.39.3                                ...           4 years ago
  • 0.39.2                                ...           4 years ago
  • 0.39.1                                ...           4 years ago
  • 0.39.0                                ...           4 years ago
  • 0.38.5                                ...           4 years ago
  • 0.38.4                                ...           5 years ago
  • 0.38.3                                ...           5 years ago
  • 0.38.2                                ...           5 years ago
  • 0.38.1                                ...           5 years ago
  • 0.38.0                                ...           6 years ago
  • 0.37.0                                ...           6 years ago
  • 0.36.1                                ...           6 years ago
  • 0.36.0                                ...           6 years ago
  • 0.35.0                                ...           6 years ago
  • 0.34.0                                ...           6 years ago
  • 0.33.1                                ...           6 years ago
  • 0.33.0                                ...           6 years ago
  • 0.32.0                                ...           6 years ago
  • 0.31.3                                ...           6 years ago
  • 0.31.2                                ...           6 years ago
  • 0.31.1                                ...           6 years ago
  • 0.31.0                                ...           6 years ago
  • 0.30.0                                ...           7 years ago
  • 0.29.0                                ...           7 years ago
  • 0.28.0                                ...           7 years ago
  • 0.27.2                                ...           7 years ago
  • 0.27.1                                ...           7 years ago
  • 0.27.0                                ...           7 years ago
  • 0.26.0                                ...           7 years ago
  • 0.25.1                                ...           7 years ago
  • 0.25.0                                ...           7 years ago
  • 0.24.0                                ...           8 years ago
  • 0.23.0                                ...           8 years ago
  • 0.23.0-beta1                                ...           8 years ago
  • 0.22.0                                ...           8 years ago
  • 0.21.0                                ...           8 years ago
  • 0.21.0-beta2                                ...           8 years ago
  • 0.21.0-beta1                                ...           8 years ago
  • 0.20.0                                ...           8 years ago
  • 0.20.0-beta1                                ...           8 years ago
  • 0.19.0                                ...           8 years ago
  • 0.19.0-beta1                                ...           8 years ago
  • 0.18.0                                ...           8 years ago
  • 0.17.0                                ...           8 years ago
  • 0.16.0                                ...           8 years ago
  • 0.15.0                                ...           9 years ago
  • 0.14.0                                ...           9 years ago
  • 0.13.0                                ...           9 years ago
  • 0.12.0                                ...           9 years ago
  • 0.11.0                                ...           9 years ago
  • 0.10.2                                ...           9 years ago
  • 0.10.1                                ...           9 years ago
  • 0.10.0                                ...           9 years ago
  • 0.9.0                                ...           9 years ago
  • 0.8.0                                ...           9 years ago
  • 0.7.0                                ...           9 years ago
  • 0.6.0                                ...           9 years ago
  • 0.5.0                                ...           9 years ago
  • 0.4.0                                ...           9 years ago
  • 0.3.0                                ...           9 years ago
  • 0.2.0                                ...           9 years ago
  • 0.1.0                                ...           9 years ago
  • 0.0.1                                ...           9 years ago
Maintainers (1)
Downloads
Today 0
This Week 9
This Month 31
Last Day 2
Last Week 85
Last Month 67
Dependencies (1)
Dev Dependencies (11)

Copyright 2013 - present © cnpmjs.org | Home |