caio/go-tdigest

Considerations for v3

Closed this issue · 1 comments

caio commented

These are the things planned so far:

  • Make API consistent (single type for integers, single type for floats, compression configuration (accepts uint, sets float))
  • Change default rng to be a local one (ref #29)
  • Change internal counts to uint64 from uint32
caio commented

As of now all boxes are ticked. I'll draft a v3 soon as I don't think there's anything breaking incoming.