JavaScript key-value store
Unsorted notes about key-value stores in JavaScript.
- Basic
Object.create(null)
,Map
,WeakMap
- Can be persisted to the disc
- LRU
- small
- fast
- lru-native2
- benchmark
- bench-lru (Outdated)
- data structure
- hashing algorithm
- fast
- small
Read more: Server-side UI Components, Rails UI components