Skip to content

datasketches-cpp-4.1.0

Compare
Choose a tag to compare
@AlexanderSaydakov AlexanderSaydakov released this 03 May 19:20
· 309 commits to master since this release
  • HLL union speed improvement
  • Fixed a bug in theta and tuple union base
  • new density sketch
  • new count min sketch
  • thread local random generator
  • generic quantile sketches in Python (KLL, REQ, classic quantiles)
  • generic frequent items sketch in Python
  • generic tuple sketch in Python
  • added optional compression of serialized theta sketch
  • iterators use new style (no inheritance from std::iterator)