issues
search
ascv
/
HyperLogLog
Fast HyperLogLog for Python.
MIT License
99
stars
19
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Remove support for Python 2.7
#49
ascv
closed
3 months ago
0
Make PyPi documentation look nice
#48
ascv
closed
3 months ago
0
Fix pickle-loads-merge bug
#47
ascv
closed
3 months ago
0
Serialization/deserialization of HyperLogLog objects leads to big error gap
#46
Squalene
closed
3 months ago
3
Fix bug in deserializing dense sketches
#45
wordhou
closed
2 years ago
1
Registers are off after serializing and deserializing
#44
wordhou
closed
2 years ago
0
Add support for merging sparse HyperLogLog objects
#43
ascv
closed
2 years ago
0
A typo was found in the comments of `src/hll.c`
#42
ZWindL
closed
3 years ago
0
fix typo in comments of src/hll.c
#41
ZWindL
closed
3 years ago
0
`merge()` is broken in 2.0.1
#40
ascv
closed
2 years ago
2
Use Py_ssize_t instead of uint32_t.
#39
ilya-lt
closed
4 years ago
2
Update cardinality estimation algorithm to 64 bit variant
#38
ascv
closed
3 years ago
0
Add type, bounds, and value checking to set_registers()
#37
ascv
closed
4 years ago
0
Update Travis CI config to build and install locally
#36
ascv
closed
4 years ago
0
Make add method return true if estimated cardinality changed
#35
mayankasthana
closed
4 years ago
2
Return true if registers changed on add method
#34
mayankasthana
closed
4 years ago
2
pickle dump leaks memory
#33
mayankasthana
closed
4 years ago
10
Segfaults if wrong type is passed to set_registers()
#32
ekimekim
closed
4 years ago
3
Fix memory leaks
#31
mauguignard
closed
4 years ago
1
Add intersection and similarity
#30
erp12
opened
5 years ago
11
Add text of MIT license and metadata
#29
bz2
closed
6 years ago
2
Inaccuracy percentage
#28
sanjok-bless
closed
6 years ago
3
Fix missing cache invalidation in set_registers()
#27
ascv
closed
6 years ago
0
Invalidate cache when merging or setting a register
#26
ascv
closed
6 years ago
0
Incorrect cardinality after merge
#25
Guangyi-Z
closed
6 years ago
5
Add support for caching the cardinality
#24
ascv
closed
7 years ago
0
string repr of the hll
#23
DeoLeung
closed
7 years ago
2
Fix compiler error on Windows
#22
josephsu
closed
8 years ago
1
fix bug in small range correction
#20
ascv
closed
8 years ago
0
Add set registers
#19
ascv
closed
9 years ago
0
set_registers method
#18
B3AU
closed
9 years ago
1
small range correction not working correctly
#17
ascv
closed
8 years ago
8
wrong cardinality estimates
#16
B3AU
closed
9 years ago
2
Biased estimation for k>13
#15
ngrislain
closed
9 years ago
11
Fix memory leak of 4 bytes every time .add() is called
#14
dfuhry
closed
9 years ago
1
For counter with n registers, it is possible to set the n+1'th register
#13
skipperkongen
closed
9 years ago
13
use python hll to get the HLL struct made by c++
#12
itismewxg
closed
9 years ago
16
Error importing after installation
#11
jjmalina
closed
9 years ago
3
Update hll.c
#10
superjer
closed
10 years ago
2
Accuracy of cardinality?
#9
JohnEmhoff
closed
10 years ago
3
add 3.x support
#8
ascv
closed
11 years ago
0
add tests
#7
ascv
closed
11 years ago
0
add merge method
#6
ascv
closed
11 years ago
0
Add support for command line options
#5
ascv
closed
11 years ago
0
Write readme
#4
ascv
closed
11 years ago
0
Add command line option to seed the rank array
#3
ascv
closed
11 years ago
0
Add command line option to set k
#2
ascv
closed
11 years ago
0
Add command line option to print the rank array
#1
ascv
closed
11 years ago
0