caio.co/de/go-tdigest


Change fenwick tree to accept uint32 to avoid extra copy by Vladimir Mihailenco 7 years ago (log)

Blob internal/fenwick/README.md

Showing rendered content. Download source code


This is https://github.com/yourbasic/fenwick with int64 replaced with uint32 to avoid constructing temporary []int64 slice just for the lib.