Search results
40 packages found
Sort by: Default
- Default
- Most downloaded this week
- Most downloaded this month
- Most dependents
- Recently published
A trie implementation that maps keys to objects for rapid retrieval by phrases. Most common use will be for typeahead searches.
A data structure that combines a hash and an array for fast dictionary lookup and traversal by complex keys.
A simple library for manipulating hash data structures.
A super-fast C++ hash table with Node.js wrapper.
jshashtable is a JavaScript implementation of a hash table. It associates objects ("keys") with other objects ("values"). Each key is associated with precisely one value. "Objects" here is used loosely to mean any JavaScript object or value.
A package implementing a HashTable and HashSet
C lib for easy hashtable usage
A multi-key hash table for JavaScript.
A trie implementation that maps keys to objects for rapid retrieval by phrases. Most common use will be for typeahead searches.
Native HashTable and ES6 compatible Map for Node.js
es6 compatible map using native store
An HashTable for Angular
Javascript replacement for node-hashtable - https://github.com/chad3814/node-hashtable
A simple Iterable Hash Table written in TypeScript
- hash-table
- hash
- table
- iterable
- iterable-hash-table
- iterable-hashtable
- hashtable
- hash table
- iterable hash table
- hash table loop
- loop
This is a simple hashtable, all written in node, to help you access and store your data over multiple workers or modules. It will provide the abstraction to access it through workers (cluster).
Minimal trie datastructure representation
- trie
- trie-d
- auto complete
- near match
- search
- hashmatch
- node-trie
- trie-search
- keywords-search
- dynamic trie
- word search
- word
- autocomplete
- autosearch
- View more
Simple Map and Set for JavaScript
Native HashTable and ES6 compatible Map for Node.js
Memory limits in v8 is limited to somewhere around ~1.7GB when it comes to Object and Arrays. LargeDS (LDS) tries to overcome this barrier by making use of Typed Arrays by defining basic datastructure like Hashtables and ArrayLists
A HashArray that automatically groups all added items. See the npm hasharray project.