Sign in
apache
/
datasketches-go
/
HEAD
4e9f74f
Merge pull request #44 from apache/freakyzoidberg-patch-1
by Pierre Lacave
· 9 weeks ago
main
8a2e04a
Update README.md
by Pierre Lacave
· 9 weeks ago
freakyzoidberg-patch-1
405ece2
Merge pull request #42 from geonove/geonove/count-min-sketch
by Pierre Lacave
· 9 weeks ago
15e8869
Don't use unnecessary variables
by geonove
· 10 weeks ago
88db468
Add comments
by geonove
· 10 weeks ago
756b318
Move family id
by geonove
· 10 weeks ago
3b6916d
Add license headers
by geonove
· 10 weeks ago
aeb487f
Merge pull request #43 from QasimKhan5d/main
by Pierre Lacave
· 3 months ago
116665e
fix seed hash
by qasim.khan
· 3 months ago
6713380
Camel case
by geonove
· 3 months ago
ee10257
Remove .gitignore
by geonove
· 3 months ago
9a4b536
Refactor
by geonove
· 3 months ago
2b9ac35
Add .gitignore
by geonove
· 3 months ago
c2f3a2c
Return immediately if sketch is empty when deserializing
by geonove
· 3 months ago
cec74ed
Rename variable
by geonove
· 3 months ago
a9992a8
Serialization and deserialization
by geonove
· 3 months ago
ce7968a
Implment serialize
by geonove
· 3 months ago
4ba46e2
Add isEmpty method
by geonove
· 3 months ago
9f9d3b3
Add merge tests
by geonove
· 3 months ago
059dec4
Implement sketch merge
by geonove
· 3 months ago
1997727
Implement uint64 methods
by geonove
· 3 months ago
7706613
Refactor: no need for size parameter
by geonove
· 3 months ago
357fa36
Add total weights parameter and tests
by geonove
· 3 months ago
e5d4dd7
Improve test
by geonove
· 3 months ago
477e994
Add getRelativeError method
by geonove
· 3 months ago
259949b
Add more tests
by geonove
· 3 months ago
17545aa
Add tests
by geonove
· 3 months ago
b57f3d5
Do not use unsafe package to cast string into byte array
by geonove
· 3 months ago
299e688
CountMinSketch first commit
by geonove
· 3 months ago
86b999c
Merge pull request #40 from QasimKhan5d/main
by Pierre Lacave
· 4 months ago
059c0cb
add more tests to cpc_sketch
by qasim.khan
· 4 months ago
f8d50bb
Merge pull request #39 from QasimKhan5d/main
by Pierre Lacave
· 4 months ago
11b1947
Merge branch 'apache:main' into main
by Qasim Khan
· 4 months ago
d52f60e
fix seed in NewCpcUnionSketch
by qasim.khan
· 4 months ago
24ca8eb
Merge pull request #38 from QasimKhan5d/cpc-sketch
by Pierre Lacave
· 4 months ago
2fec4f2
make copy,getLgK public
by qasim.khan
· 4 months ago
7c22795
Merge pull request #27 from apache/cpc-sketch
by Pierre Lacave
· 4 months ago
5b8acf0
Merge pull request #37 from QasimKhan5d/cpc-sketch
by Pierre Lacave
· 4 months ago
cpc-sketch
273dc30
add example test
by qasim.khan
· 4 months ago
f7cd5ab
add missing license
by qasim.khan
· 4 months ago
5c196f8
Merge pull request #36 from QasimKhan5d/cpc-sketch
by Pierre Lacave
· 4 months ago
5b7b84e
add all remaining tests
by qasim.khan
· 4 months ago
fe1b6cb
add cpc wrapper
by qasim.khan
· 4 months ago
0767315
add bitmatrix
by qasim.khan
· 4 months ago
e70d070
Merge pull request #35 from QasimKhan5d/cpc-sketch
by Pierre Lacave
· 4 months ago
043884c
add CpcCompressedState tests
by qasim.khan
· 4 months ago
103b650
make exportToMemory private
by qasim.khan
· 4 months ago
5ed7ad9
implement compression and decompression logic in CpcCompressedState
by qasim.khan
· 4 months ago
d459699
Merge pull request #34 from QasimKhan5d/cpc-sketch-temporary
by Pierre Lacave
· 4 months ago
134e654
add go cpc sketches
by qasim.khan
· 4 months ago
80f8fd7
improve correctness and flexibility of pairTable insert/delete/resize logic
by qasim.khan
· 4 months ago
1d2f500
improve CpcUnion Update/Reduce logic, clarify cases, and add GetBitMatrix helper
by qasim.khan
· 4 months ago
f825646
canonicalize float64 inputs and robustify sparse→windowed promotion in CpcSketch
by qasim.khan
· 4 months ago
d763ad6
add new test and make dir in TestGenerateGoFiles
by qasim.khan
· 4 months ago
22bd899
simplify offset access and generalize preamble clearing in putFirst8
by qasim.khan
· 4 months ago
ad8c1fa
Merge pull request #33 from QasimKhan5d/cpc-sketch
by Pierre Lacave
· 4 months ago
6a72696
clean up tests and utilities in CPC sketch and estimator logic
by qasim.khan
· 4 months ago
770b041
refactor confidence
by qasim.khan
· 4 months ago
5819533
refactor compression_data
by qasim.khan
· 4 months ago
d9d187f
refactor and add utils to common
by qasim.khan
· 4 months ago
565009b
Merge pull request #32 from QasimKhan5d/cpc-sketch
by Pierre Lacave
· 4 months ago
af7b334
refactor test utilities
by qasim.khan
· 4 months ago
b0a2d96
refactor comments
by Qasim Khan
· 4 months ago
e0ee5b3
add code for runtime_asserts src and test
by qasim.khan
· 4 months ago
7086a39
add runtime src+test and icon estimator test
by qasim.khan
· 4 months ago
5d98941
Merge pull request #31 from QasimKhan5d/cpc-sketch
by Pierre Lacave
· 4 months ago
f0510f0
return errors in utils
by qasim.khan
· 4 months ago
ded1386
add port of PreambleUtil
by qasim.khan
· 4 months ago
deb62b6
Merge pull request #30 from QasimKhan5d/cpc-sketch
by Pierre Lacave
· 4 months ago
6bc5492
remove panic in compression_data
by qasim.khan
· 4 months ago
0dd7d56
add compression data
by qasim.khan
· 4 months ago
2ab5d83
Merge pull request #29 from QasimKhan5d/cpc-sketch
by Pierre Lacave
· 4 months ago
0134b57
fix syntax error
by qasim.khan
· 4 months ago
da279f5
Remove panic from cpc_union.go
by Qasim Khan
· 4 months ago
02d5e08
remove panic from src
by qasim.khan
· 4 months ago
39af5ea
make family private
by qasim.khan
· 4 months ago
b6fd2f2
make methods private, create public family
by qasim.khan
· 4 months ago
387030b
add methods to CPC
by qasim.khan
· 4 months ago
1dc6bd4
Merge pull request #28 from apache/go-version-123
by Lee Rhodes
· 6 months ago
65e2146
Bump to go 1.23.5 and update Readme wrt CPC sketch progress
by Pierre Lacave
· 6 months ago
6cf8ccb
add compress/uncompress structure for CPC
by Pierre Lacave
· 7 months ago
e1aa68d
Fix nil guards and offset formula
by Pierre Lacave
· 7 months ago
f6791fc
Remove comment code
by Pierre Lacave
· 7 months ago
cb21746
CPC - Add remaining decompression logics
by Pierre Lacave
· 7 months ago
d5bf6b3
CPC - add CpcFormatSparceHybridHip
by Pierre Lacave
· 7 months ago
52674c8
CPC - Add uncompress
by Pierre Lacave
· 7 months ago
2d5a947
More CPC compressed state and serde
by Pierre Lacave
· 7 months ago
5d65931
Add x-serde test
by Pierre Lacave
· 7 months ago
596e33d
Add PairTable tests
by Pierre Lacave
· 7 months ago
d647d5c
implement cpc union update case 1
by Pierre Lacave
· 7 months ago
a4e5da1
add test assert in getBitMatrix/checkUnionState
by Pierre Lacave
· 7 months ago
784c5f0
Add final WIP test cpc union
by Pierre Lacave
· 7 months ago
04e51ea
Add sanity test for cpc union
by Pierre Lacave
· 7 months ago
fa7027c
cleanup constructor and bench custom/lib murmur3
by Pierre Lacave
· 8 months ago
b071524
Add check for LB/UB and lgK
by Pierre Lacave
· 8 months ago
f74ab03
CPC - use UpdateByteSlice only
by Pierre Lacave
· 10 months ago
47d6aca
finish TestCPCCheckCornerCaseUpdates
by Pierre Lacave
· 10 months ago
4905fc9
Ignore nil/empty slice on CPC update
by Pierre Lacave
· 10 months ago
15817bc
Continue adding CPC tests
by Pierre Lacave
· 11 months ago
a492040
Continue with CPC union / update
by Pierre Lacave
· 11 months ago
Next »