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