Skip to content

Commit

Permalink
feat: use native Node.js histogram support
Browse files Browse the repository at this point in the history
The histogram related dependencies (`hdr-histogram-js`/`hdr-histogram-percentiles-obj`)
have been replaced with the native support present in Node.js. This allows the package
to have no required dependencies (with one optional for nice support on linux).
The public API surface was kept in place to prevent breaking changes for users. This
required a small amount of additional code to mainly transform the percentiles to the
previous structure.
  • Loading branch information
clydin committed Jan 12, 2024
1 parent 828772a commit d8990a3
Show file tree
Hide file tree
Showing 4 changed files with 1,696 additions and 8,515 deletions.
Loading

0 comments on commit d8990a3

Please sign in to comment.