caio.co/de/go-tdigest


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

Tree internal/fenwick/


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