issues
search
HdrHistogram
/
hdrhistogram-go
A pure Go implementation of Gil Tene's HDR Histogram.
MIT License
439
stars
64
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
compare two histogram image
#50
zhuochengs
opened
2 years ago
3
panic: runtime error: index out of range
#49
mdogan
opened
3 years ago
6
`ValueAtPercentile()` 4.5X on-cpu time optimization: remove expensive condition checks and re-use computation on hotpaths
#48
filipecosta90
closed
3 years ago
1
Create codeql-analysis.yml
#47
filipecosta90
closed
3 years ago
2
[perf] optimize ValueAtPercentile(s): introduce nextCountAtIdx() and reduce by 25.6% the on-cpu usage
#46
filipecosta90
closed
3 years ago
1
Optimized nextNonEquivalentValue(), and consequently ValueAtPercentile, ValueAtPercentiles...
#45
filipecosta90
closed
3 years ago
2
Added ValueAtPercentiles() as an optimization to multiple calls to ValueAtPercentile()
#44
filipecosta90
closed
3 years ago
12
Triggering coverage test on push/pull_request to repo
#43
filipecosta90
closed
4 years ago
0
Include coverage info
#42
filipecosta90
closed
4 years ago
0
Added release drafter automation
#41
filipecosta90
closed
4 years ago
0
Fixed TestMean and TestStdDev to follow expected max value quantization error given sigfigs
#40
filipecosta90
closed
4 years ago
0
Extended docs regarding ValueAtQuantile() and added ValuesAreEquivalent()
#39
filipecosta90
closed
4 years ago
2
Enable percentile output format
#38
filipecosta90
closed
4 years ago
0
Support for textual output percentile distribution
#37
filipecosta90
closed
4 years ago
0
PackedHistogram support
#36
filipecosta90
opened
4 years ago
0
V2 HdrHistogram Log format (v1.3)
#35
filipecosta90
closed
4 years ago
2
Updated Readme with the proper badges, documentation link, install instructions, and fix instructions
#34
filipecosta90
closed
4 years ago
0
Fix godoc to use new repository URL
#33
ahothan
closed
4 years ago
1
codahale/hdrhistogram repo has been transferred under the github HdrHstogram umbrella
#32
zoomzhao10
opened
4 years ago
3
Compressed histogram V2 support
#31
filipecosta90
closed
4 years ago
3
go1.12 got error parsing go.mod: unexpected module path "github.com/HdrHistogram/hdrhistogram-go"
#30
wangzz719
closed
4 years ago
5
Rely on Go Modules to ensure package dependencies and replicable builds. Testing go version 1.11 to 1.15
#29
filipecosta90
closed
4 years ago
1
Record Float64 values in HDR
#28
jaxonpickett
opened
7 years ago
1
Tag semver releases?
#27
akshayjshah
closed
4 years ago
1
Optimized windowed histogram for large window size.
#26
pamburus
closed
2 years ago
1
getBucketIndex calculates index wrong, overflows on small values
#25
aka-rider
closed
8 years ago
3
hdrhist impl. does not track values correctly for seconds since epoch
#24
okayzed
opened
8 years ago
1
add tests for simple integer timestamps since epoch
#23
okayzed
opened
8 years ago
6
Make a copy in Histogram export
#22
tbg
closed
8 years ago
1
Make it harder for Mean() and StdDev() to overflow
#21
cassava
opened
8 years ago
5
Overflow while calculating mean
#20
cassava
opened
8 years ago
0
Eliminate Panic?
#19
kylebrandt
closed
8 years ago
1
Test on recent Go versions
#18
akshayjshah
closed
8 years ago
1
Expose various constants used to create the histogram
#17
sean-
closed
8 years ago
1
Added Test for Distribution
#16
adrianco
closed
8 years ago
5
Max bugfix
#15
adrianco
closed
8 years ago
4
class intervals and counts?
#14
Dieterbe
closed
8 years ago
1
why int64 and not float64?
#13
mranney
closed
8 years ago
2
prevent Mean and StdDev from being NaN
#12
toffaletti
closed
9 years ago
1
Enable Sourcegraph
#11
sasha-s
closed
9 years ago
0
Add an exported TotalCount method to Histogram
#10
jjolma
closed
9 years ago
1
Optimize snapshotting
#9
beberlei
closed
4 years ago
2
Return smaller Snapshot
#8
beberlei
closed
4 years ago
4
Fix rounding to be consistent with upstream
#7
zenazn
closed
9 years ago
0
Use Go's built-in math whenever possible
#6
zenazn
closed
9 years ago
0
Export/Import Histograms
#5
tylertreat
closed
9 years ago
3
CumulativeDistribution: Bracket should track value
#4
giltene
closed
10 years ago
0
Weird quantile values
#3
tsenart
closed
10 years ago
15
recording value 11 out of range 0-200
#2
kr
closed
10 years ago
1
Export and import histograms
#1
klizhentas
closed
9 years ago
5
Next