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