Sign in
◑
Theme
apache
/
datasketches-cpp
/
HEAD
419062a
Merge pull request #524 from apache/theta-compact-trim
by Lee Rhodes
· 2 days ago
master
527bd4d
Merge pull request #522 from apache/hll-kxq-rebuild-parity
by Lee Rhodes
· 2 days ago
e13672e
Share one trim implementation between union and compact
by Lee Rhodes
· 3 days ago
27e096a
Treat .sk sketch fixtures as binary, not text
by Lee Rhodes
· 3 days ago
0d954d6
Exclude fdlibm_log.hpp from RAT and date the deprecated alias
by Lee Rhodes
· 3 days ago
dbf2947
Merge branch 'master' into hll-kxq-rebuild-parity
by Lee Rhodes
· 3 days ago
88a5761
Merge pull request #521 from apache/hll-full-size-reset
by Lee Rhodes
· 5 days ago
b3f2c9b
Add optional trim flag to update_theta_sketch::compact()
by Lee Rhodes
· 5 days ago
eeb8d1f
Keep FULL_SIZE_FLAG_MASK as a deprecated alias
by Lee Rhodes
· 6 days ago
7ca8d3f
Merge pull request #523 from apache/rat-license-check
by Lee Rhodes
· 6 days ago
7eeffa2
Add an Apache RAT license-header audit to CI
by Lee Rhodes
· 7 days ago
25583e9
Finish repairing the deferred KxQ rebuild, and pin the estimator constants
by Lee Rhodes
· 7 days ago
637d748
Stop persisting the full-size flag in serialization flags bit 32
by Lee Rhodes
· 7 days ago
fe0261a
Merge pull request #516 from proost/refactor-strict-validation-from-bytes-bloom-filter
by Lee Rhodes
· 12 days ago
e84f260
Merge pull request #518 from jaideeppyne/empty-seed-hash
by Lee Rhodes
· 12 days ago
5e18631
Merge pull request #517 from jaideeppyne/theta-anotb-empty-seed-hash
by Lee Rhodes
· 12 days ago
c11a5ea
Report a zero seed hash for an empty compact sketch
by jaideeppyne
· 13 days ago
bed5cd2
Ignore the seed hash of an empty B in theta/tuple a-not-b
by jaideeppyne
· 13 days ago
c9f327b
fix: remove change numb bit set
by proost
· 2 weeks ago
5741909
refactor: strict validation from bytes for bloom filter
by proost
· 2 weeks ago
c8e4218
Merge pull request #514 from SavicStefan/lg=4
by Hyeonho Kim
· 3 weeks ago
689ffa0
Ajmo testovi
by Stefan Savić
· 3 weeks ago
9e84829
Allow theta sketches with lg_k = 4 to match Java
by Stefan Savić
· 3 weeks ago
70b86fa
Merge pull request #512 from SavicStefan/hll_bug_fix
by Hyeonho Kim
· 4 weeks ago
01a6732
Fixed some stuff
by Stefan Savić
· 4 weeks ago
ed731c2
Trimed comments and refactor the tests
by Stefan Savić
· 4 weeks ago
46025e9
Fix HLL union estimate/serialization regression from lazy KxQ rebuild
by SavicStefan
· 4 weeks ago
a001ebe
Merge pull request #511 from SavicStefan/tuple_fix
by Hyeonho Kim
· 5 weeks ago
944aed1
Fixed test name, to make more sense
by Stefan Savić
· 5 weeks ago
650c4c9
Bounds-check per-entry key read in compact_tuple_sketch::deserialize
by Stefan Savić
· 5 weeks ago
c228885
Merge pull request #508 from proost/test-req-sketch-exact-mode-coverage
by Lee Rhodes
· 8 weeks ago
89e74be
Merge pull request #510 from PointKernel/agent/remove-stale-python-cmake-hook
by Lee Rhodes
· 8 weeks ago
e06c663
Remove stale Python CMake hook
by Yunsong Wang
· 8 weeks ago
b3e8cc9
Merge pull request #507 from cv4g/countmin-microbenchmark
by Hyeonho Kim
· 9 weeks ago
78cc913
Merge pull request #506 from cv4g/countmin-avoid-allocations-in-get_hashes
by Hyeonho Kim
· 9 weeks ago
ab1a6c6
Add ClobberMemory to count_min update benchmarks
by Christoph Viebig
· 9 weeks ago
d42b3dc
test: cover req sketch exact mode from serialized bytes
by lani_karrot
· 10 weeks ago
837fe9d
Add micro-benchmark for count_min_sketch
by Christoph Viebig
· 2 months ago
a211236
Avoid allocation in count_min_sketch::get_hashes
by Christoph Viebig
· 2 months ago
4014233
Fix count-min sketches test snapshots should use binary mode (#505)
by tison
· 3 months ago
0bab259
Merge pull request #504 from apache/tisonkun-patch-2
by Lee Rhodes
· 3 months ago
58344f3
Apply suggestions from code review
by tison
· 3 months ago
22ec883
Update .gitattributes for new file types
by tison
· 3 months ago
75934fa
Merge pull request #503 from jihuayu/codex/couponlist-deserialize-bugfix
by Lee Rhodes
· 3 months ago
805eaf3
Reject full CouponList during deserialization
by jihuayu
· 3 months ago
a07e6f6
Fix CouponList deserialization count validation bug
by John Kew
· 5 months ago
7de007f
chore: Add a link to datasketches-rust to README.md (#501)
by tison
· 4 months ago
639134f
Merge pull request #500 from proost/fix-missing-header-gcc-15
by Hyeonho Kim
· 5 months ago
bbd13d2
fix: pinning with windows 2025
by proost
· 5 months ago
44e6fb3
ci: change build coverage
by proost
· 5 months ago
0a88571
fix: missing header when compile using gcc 15
by proost
· 5 months ago
4117520
Merge pull request #498 from apache/add_get_RSE_test
by Lee Rhodes
· 6 months ago
9130a07
add get_RSE() test
by Lee Rhodes
· 6 months ago
adb84bf
Merge pull request #497 from apache/fix_get_rse
by Lee Rhodes
· 6 months ago
5358889
fix get_RSE()
by Lee Rhodes
· 6 months ago
fff14b4
Merge pull request #495 from proost/fix-allow-positive-weight-only
by Lee Rhodes
· 6 months ago
e3aba71
Merge pull request #496 from proost/ci-upload-coverage-directly
by Lee Rhodes
· 6 months ago
de35ce7
ci: upload coverage report directly
by lani_karrot
· 6 months ago
5e20ad0
fix: allow positive weight only
by lani_karrot
· 6 months ago
bda16fd
Update GHA Code Coverage workflow (#493)
by Lee Rhodes
· 6 months ago
b8627f4
Merge pull request #487 from SYaoJun/223_kll
by Lee Rhodes
· 6 months ago
eb2ed84
Merge pull request #488 from SYaoJun/223_hll
by Lee Rhodes
· 6 months ago
a76a5dc
Merge pull request #490 from SYaoJun/223_fi
by Lee Rhodes
· 6 months ago
69c3773
Merge pull request #491 from SYaoJun/223_cpc
by Lee Rhodes
· 6 months ago
143bf17
Merge pull request #486 from SYaoJun/223_emplace_back
by Hyeonho Kim
· 6 months ago
0d71e2c
Merge pull request #492 from proost/doc-update-utf8-compatibility
by Hyeonho Kim
· 6 months ago
a9b4275
doc: add comments about utf8 compatibility for quantiels sketches
by lani_karrot
· 6 months ago
14c20a6
doc: add comments about utf8 compatibility for frequency sketch
by lani_karrot
· 6 months ago
1cfe245
doc: add comments about utf8 compatibility for sampling sketches
by lani_karrot
· 6 months ago
04104c0
doc: add comments about utf8 compatibility for tuple sketch
by lani_karrot
· 6 months ago
c654720
doc: update utf8 compatibility about serde
by lani_karrot
· 6 months ago
1a23698
Merge pull request #476 from proost/feat-aos-tuple-sketch
by Hyeonho Kim
· 6 months ago
7617df4
refactor: change code for consistency
by lani_karrot
· 6 months ago
12a5116
fix: more stricter check
by lani_karrot
· 6 months ago
bc447d2
fix: destroy in the failure after partial success
by lani_karrot
· 6 months ago
c9bf1e8
refactor: rollback utf8 validation
by lani_karrot
· 6 months ago
4e92e0b
style(cpc): Fix missing braces in if statements in cpc/include
by syaojun
· 7 months ago
b444a2a
style(fi): Add braces to single-line if statements for consistency
by syaojun
· 7 months ago
a46fc2f
style(hll): Add braces to single-line if statements for consistency
by syaojun
· 7 months ago
c764d90
style(kll): Add braces to single-line if statements for consistency
by syaojun
· 7 months ago
13bb3a9
perf: Replace push_back with emplace_back to optimize object construction
by syaojun
· 7 months ago
f546262
Merge pull request #479 from SYaoJun/fix
by Lee Rhodes
· 7 months ago
9bf4579
fix: Add the missing brackets and support one line statement
by yaojun
· 7 months ago
4f069a3
Merge pull request #478 from MaheshGPai/mahesh_pr
by Lee Rhodes
· 7 months ago
7548810
Merge pull request #483 from SYaoJun/0210_tidy
by Lee Rhodes
· 7 months ago
2956f15
Add clang-tidy and check script and fix the warnings under count directory
by yaojun
· 7 months ago
7f05c03
style: add new line end of files
by lani_karrot
· 7 months ago
25ce65c
refactor: change allocator only for array_of_strings
by lani_karrot
· 7 months ago
2a59f11
Revert "fix: allocation handling for string in deserialize"
by lani_karrot
· 7 months ago
79cb75c
fix: check length for equal
by lani_karrot
· 7 months ago
fccb238
Fix error message for empty window data in compressor (#482)
by tison
· 7 months ago
f5fb9d9
Review comments
by Mahesh Pai
· 7 months ago
bee9a98
Merge pull request #481 from proost/test-missing-kll-long-compatibility
by Hyeonho Kim
· 7 months ago
852b26b
test: add missing kll long sketch compatibility cases
by proost
· 7 months ago
4894e5e
fix: allocation handling for string in deserialize
by proost
· 7 months ago
ba2aa69
Added testcases
by Mahesh G Pai
· 8 months ago
189d22d
chore: remove unused header
by proost
· 8 months ago
3b3a13d
perf: avoid allocation if data type is primitive
by proost
· 8 months ago
d463bfb
test: serde validation cases
by proost
· 8 months ago
2c712e9
fix: null ptr to empty array
by proost
· 8 months ago
Next »