-
Notifications
You must be signed in to change notification settings - Fork 246
Data structures
dsummersl edited this page Mar 21, 2012
·
22 revisions
- Data.js - Data Manipulation and Graph Persistence for Node.js and the Browser.
- Hash, OrderedHash and other goodies
- jaylist - kv-list inspired by Python.
- jshashtable
- Queue.js - Simple, efficient queue.
- Prefixsearch.js - Trie-backed prefix search library.
- ES6 Harmony Collections Fast Polyfill
- Buckets - A complete, fully tested and documented data structure library written in pure JavaScript.
- dict - Easy but safe string-keyed store
- bloomfilters - Several bloom filter implementations, and an implementation of the CONCISE bitmap.