issues
search
addthis
/
stream-lib
Stream summarizer and cardinality estimator.
Apache License 2.0
2.26k
stars
556
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
BloomFilter doesn't work when amount of bits > 2^32
#163
ajtkulov
opened
4 years ago
4
Change type of TDigest.Group.id from int to long
#162
sgrj
opened
5 years ago
1
CountMinSketch with Int type in the internal table
#161
ajtkulov
opened
5 years ago
0
Deploy latest version to maven-central
#160
ajtkulov
closed
5 years ago
2
HyperLogLogPlusPlus sparse precision 32 accuracy problem
#159
Enzo90910
opened
5 years ago
0
Sources published to maven central for 2.9.6 are for test-jar
#158
tmoschou
closed
5 years ago
2
Corrected accuracy equation, added withAccuracy builder method
#157
kujon
closed
5 years ago
4
how does maxFalsePosProbability work
#156
yunkaiOr2
closed
5 years ago
2
Close/flush the OutputStream before calling `toByteArray()` on underlying `ByteArrayOutputStream`
#155
emopers
closed
5 years ago
0
Elimenate JDK 7 so we can use JDK 8 features
#153
mythguided
closed
5 years ago
1
WIP:implemnt kmv in icardinality
#152
st0ckface
opened
5 years ago
0
Add unit tests for Lookup3Hash, MurmurHash, BloomCalculations and Varint
#151
diffblue-assistant
closed
5 years ago
0
Adding units tests for Lookup3Hash, MurmurHash, BloomCalculations and VarintTest
#150
paulkennethkent
closed
6 years ago
1
make OSGI compatible
#149
simondaudin
opened
6 years ago
0
Perhaps a mistake in HyperLogLog
#148
DQinYuan
closed
6 years ago
1
the question of com.clearspring.analytics.stream.SampleSet
#147
zhaoyanguo
opened
6 years ago
0
Provide information on tuning/size parameters
#146
thecoop
opened
6 years ago
0
3.0 released?
#145
JensRantil
closed
5 years ago
5
Add Getters for Width and Depth attributes
#144
arnaudfnr
opened
6 years ago
0
Counter/StreamSummary class can't deserialize non-primitive type
#143
orchesio
closed
7 years ago
1
maybe there is an error in RegisterSet.java
#142
improvejin
opened
7 years ago
1
CountMinSketch overflow check causes a lot of allocations
#141
alexandrnikitin
opened
7 years ago
4
Question: What's the purpose of the `size` field in CountMinSketch?
#140
alexandrnikitin
opened
7 years ago
0
Generic type for Count-Min Sketch
#139
arnaudfnr
opened
7 years ago
0
p10 > p50, p90 > p99 for a simple digest
#138
rodrigofarnhamsc
opened
7 years ago
9
Evaluate new HLL implementation against our current HLL++
#137
abramsm
opened
7 years ago
0
Add intersect method to bloom filter
#136
ghost
closed
7 years ago
2
Update Maven artifact version example.
#135
b4hand
closed
7 years ago
0
Add support for intersection to BloomFilter.
#134
b4hand
opened
7 years ago
4
Add cardinality support to BloomFilter.
#133
b4hand
opened
7 years ago
7
Explanation needed on StreamSummary's top-k results
#132
mhaddadi
closed
7 years ago
2
Hyperbitbit
#131
positiveblue
closed
7 years ago
9
Update dead link (in comments)
#130
huitseeker
closed
7 years ago
0
I think should check value before set it to bits.
#129
wangchuan2008888
opened
7 years ago
2
add test for hash() and hash64() against hard coded values
#128
danglotb
closed
7 years ago
1
Test: Specify hash64
#127
danglotb
closed
7 years ago
1
Implement LogLog-Beta
#126
otisg
closed
7 years ago
1
Implement LogLog-Beta/β (new cardinality estimation algo)
#125
otisg
opened
7 years ago
1
how to serialize HLL using kryo
#124
mycFelix
closed
7 years ago
7
A link in HyperLogLog.java is not accessible
#123
canghai118
closed
7 years ago
2
Is there any way to let hll++ cardinality increasing?
#122
mtunique
closed
7 years ago
11
Can I use it to check if the specified item exist?
#121
tony-lijinwen
closed
7 years ago
1
upgraded guava to 20
#120
gnurik
closed
7 years ago
0
Add a CountMinSketch with short values for lesser memory usage
#119
tkaessmann
closed
1 week ago
1
size can go overflow - https://github.com/addthis/stream-lib/issues/116
#118
gokyo
closed
8 years ago
0
There are no checks on the Count-Min Sketch parameters
#117
gokyo
closed
7 years ago
1
CountMinSketch#size goes to overflow
#116
gokyo
closed
8 years ago
6
CountMinSketch has now equals(), hashCode(), toString()
#115
gokyo
closed
8 years ago
0
Implementing `equals`, `hashCode` and `toString` for CountMinSketch
#114
gokyo
closed
8 years ago
4
forgot `ConservativeAddSketch`
#113
gokyo
closed
8 years ago
0
Next