-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cloudv2/hdr: Offset is the counter of the empty buckets
histogram.Spans.Offset is expected to be the counter of the empty buckets and not the diff between the indexes. i.e., when encoding a sequence like the following: [1, 1, 1, 0, 2, 2] The second span must be: (offset=1, length=2) And not: (offset=2, length=2)
- Loading branch information
Showing
2 changed files
with
52 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters