trie-search
A trie implementation that maps keys to objects for rapid retrieval by phrases. Most common use will be for typeahead searches.
Found 43 results for hashtable
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 package implementing a HashTable and HashSet
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 multi-key hash table for JavaScript.
A super-fast C++ hash table with Node.js wrapper.
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
C lib for easy database usage
A simple Iterable Hash Table written in TypeScript
Simple in-memory C generic hashtables
An HashTable for Angular
C lib for easy hashtable usage
Javascript replacement for node-hashtable - https://github.com/chad3814/node-hashtable
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).
Create different DataStructures using simple APIs. API available in TypeScript & JavaScript [ES6].
Native HashTable and ES6 compatible Map for Node.js
Minimal trie datastructure representation
Hacky map implementation. Light weight and easy
es6 compatible map using native store
A lightweight HashMap implementation for JavaScript/TypeScript
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 JavaScript hashtable implementation
Simple hash map implementation with map, filter, each, every and some.
Library with a hash table.
A HashArray that automatically groups all added items. See the npm hasharray project.
a javascript hashmap implementation that handles key collisions
NoSQL/hash table classes for Node.js under 4KB and no external dependencies.
Simple Typescript Linked List with Hash Table indexing and type templating
Hash table implementation.
Reusable Register Pattern
Fast hashmap implementation optimized for string keys
A super-fast C++ LRU cache with Node.js wrapper.
Simple Map and Set for JavaScript
Javascript implementation of a doubly linked-list data structure, with built-in hashtable for O(1) lookups and removals
Fast Node.js hashtable which uses Mersenne primes to reduce modulo operations
Javascript map with support for non-primitive keys (i.e. tuple-like arrays, etc.) through pseudo-hashing (serialisation)
NoSQL in memory Database
Hashtable data structure implementation in JavaScript.
This is a simple implementation of hastable in Javascript, no dependencies only 4KB
Ultra light (dependency-free) implementation of hashtable utilizing the hash function. Use String type as a key in the key-value pairs.