fenwick-tree-redis
v0.0.5
Published
Binary Indexed Tree (aka Fenwick Tree) implementation using a Redis backend
Downloads
9
Readme
fenwick-tree-redis
Binary Indexed Tree (aka Fenwick Tree) implementation with a Redis backend.
Usage examples: here
This project was generated with typescript-starter
development
npm run watch
Once in a while I needed to rm -rf build
to be able to run again.
TODOs
- Write tests with a real redis backend.
- Write stress tests (benchmarks) and evaluate high concurrency behavior.