/sketches-js

TypeScript implementation of the distributed quantile sketch algorithm DDSketch

Primary LanguageTypeScriptOtherNOASSERTION

sketches-js

This is a fork of @datadog/sketches-js used by Artillery with a couple of fixes that haven't been upstreamed yet:

  • Retain summary statistics on merge - PR #13
  • Set zeroCount when on merge - PR #18