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