You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
this would serve as a sanity check for subtraction of rolling histograms.
(and in fact, we will need to be exceedingly careful about exposing rolling histograms to the front-end since in their default representation they rely on u64 overflow behavior which means that deltas must be taken in that representation, with the result represented as a u64 or otherwise handling the overflow with a mod operation.)
The text was updated successfully, but these errors were encountered:
https://github.com/iopsystems/h2-histogram-js/blob/main/src/index.js#L280
this would serve as a sanity check for subtraction of rolling histograms.
(and in fact, we will need to be exceedingly careful about exposing rolling histograms to the front-end since in their default representation they rely on u64 overflow behavior which means that deltas must be taken in that representation, with the result represented as a u64 or otherwise handling the overflow with a mod operation.)
The text was updated successfully, but these errors were encountered: