- dddc4a6 Merge pull request #463 from apache/java24 by Alexander Saydakov · 3 weeks ago master
- 0595e4d ds-java main branch requires java 24 by AlexanderSaydakov · 4 weeks ago
- a7d4055 Merge pull request #462 from apache/fix_tdigest by Alexander Saydakov · 8 weeks ago
- 2e92ea0 porting bug fix from Java by AlexanderSaydakov · 8 weeks ago
- f956339 Merge pull request #458 from MaheshGPai/mahesh_pr by Alexander Saydakov · 3 months ago
- 5be04f2 Review comments by Mahesh G Pai · 3 months ago
- ada8756 Removing the unnecessary parameters by Mahesh G Pai · 3 months ago
- faca5d0 Retaining the default copy constructor by Mahesh G Pai · 3 months ago
- 315e50b Addressing review comments by Mahesh G Pai · 3 months ago
- ed7aee2 Merge pull request #456 from apache/java21 by Alexander Saydakov · 3 months ago
- c87968a Merge pull request #459 from ankane/typos by Alexander Saydakov · 3 months ago
- 27cb7b8 Fix typos by Andrew Kane · 3 months ago
- 866f6d0 Introduced const_iterator for tdigest by Mahesh G Pai · 3 months ago
- 82630e5 Provide get_centroids implementation by Mahesh G Pai · 3 months ago
- 75edfbb ds-java main branch requires 21 by AlexanderSaydakov · 3 months ago
- 87c9c4a Merge pull request #455 from geonove/geonove/Fix-test-cases by Alexander Saydakov · 3 months ago
- 0a6218c Use REQUIRE_THROWS_WITH to check for error message by geonove · 3 months ago
- 711e24f Merge pull request #454 from apache/branch_protection by Alexander Saydakov · 7 months ago
- 27d988f enable branch protection by AlexanderSaydakov · 7 months ago
- c9bdc91 Merge pull request #453 from apache/compressed_iterator by Alexander Saydakov · 7 months ago
- dea8d48 different starting points for pseudo-random sequences for more coverage by AlexanderSaydakov · 7 months ago
- f82217d test equivalence of packing and unpacking single values and blocks by AlexanderSaydakov · 7 months ago
- eb3200e code cleanup and alignment with Java by AlexanderSaydakov · 7 months ago
- 393fb98 Merge pull request #452 from apache/dev_target_5.3.0 by Alexander Saydakov · 8 months ago
- c38f798 release process: setting development target to 5.3.0 by AlexanderSaydakov · 8 months ago
- 914ed42 Merge pull request #451 from apache/fix_bit_packing by Alexander Saydakov · 8 months ago
- 9639606 more rounds of pseudo-random data by AlexanderSaydakov · 8 months ago
- ececa07 better error messages by AlexanderSaydakov · 8 months ago
- 3914ef8 Merge pull request #450 from apache/notice_2025 by Alexander Saydakov · 8 months ago
- 29fecac updated notice by AlexanderSaydakov · 8 months ago
- 4100faa Merge pull request #449 from apache/java17 by Lee Rhodes · 8 months ago
- 39c51ba update setup-java action by AlexanderSaydakov · 8 months ago
- 1b771d2 Merge pull request #448 from apache/java17 by Alexander Saydakov · 8 months ago
- abb17e9 java code now needs java17 by AlexanderSaydakov · 8 months ago
- 4ec8068 Merge pull request #447 from apache/fix_bit_packing by Alexander Saydakov · 8 months ago
- 6e944cf fixed name clash by AlexanderSaydakov · 8 months ago
- 666df8b unused import by AlexanderSaydakov · 8 months ago
- 5c19333 fixed bit packing by AlexanderSaydakov · 8 months ago
- fbb78f4 Merge pull request #446 from apache/tdigest_pmf_and_cdf by Alexander Saydakov · 11 months ago
- e473c11 minor cleanup by AlexanderSaydakov · 11 months ago
- f0d4cb7 implemented get_PMF() and get_CDF() by AlexanderSaydakov · 11 months ago
- 8b86cf1 Merge pull request #445 from apache/bf_test_fix by Jon Malkin · 11 months ago
- fa1ba4f Merge pull request #444 from apache/tdigest_const_merge by Alexander Saydakov · 11 months ago
- c020e8f fix seed for bloom filter test where we use probabilistic bounds by Jon Malkin · 11 months ago
- 67da6a9 non-modifying merge by AlexanderSaydakov · 11 months ago
- b338e35 Merge pull request #443 from apache/setup-java-action by Alexander Saydakov · 11 months ago
- da63bf2 mandatory distribution parameter by AlexanderSaydakov · 11 months ago
- f0e4e02 Merge pull request #442 from apache/setup-java-action by Alexander Saydakov · 11 months ago
- 2a230a6 explicit java setup by AlexanderSaydakov · 11 months ago
- 31b5a84 Merge pull request #441 from apache/action-checkout-v4 by Alexander Saydakov · 11 months ago
- fbbf528 use action/checkout@v4 by AlexanderSaydakov · 11 months ago
- 34ee832 Merge pull request #440 from apache/fix_includes by Jon Malkin · 11 months ago
- 912728a remove extra space by Jon · 11 months ago
- f570e18 add missing algorithm header where bulding python complains that it's missing by Jon · 11 months ago
- bceeb2d Merge pull request #439 from apache/bf_serde_compat_fix by Jon Malkin · 1 year, 1 month ago
- 5a2706f fix type on num_hashes, change bloom_filter_filter to bloom_filter::builder by Jon · 1 year, 1 month ago
- 4e4a944 Merge pull request #438 from jmalkin/bloom by Jon Malkin · 1 year, 1 month ago
- 37f6531 no need for friend class with builder inside the filter by Jon Malkin · 1 year, 1 month ago
- 822bd53 Remove unused and unnecessary forward declaration by Jon Malkin · 1 year, 1 month ago
- fbc3119 move builder class inside bloom_filter by Jon Malkin · 1 year, 1 month ago
- 1ac743f managed to conflict with myself when jumping between boxes. resolved now. by Jon Malkin · 1 year, 1 month ago
- 1705e89 apparently i clobbered my own const removal edits.. by Jon Malkin · 1 year, 1 month ago
- 0b575fe Merge branch 'bloom' of github.com:jmalkin/datasketches-cpp into bloom by Jon Malkin · 1 year, 1 month ago
- 9d53c6c remove const from copied primitives in method signatures by Jon Malkin · 1 year, 1 month ago
- 5e62bc3 Address most review feedback by Jon · 1 year, 1 month ago
- ecc856b Add class-level docs to bloom filter (and builder) and include the serialization format in the impl file by Jon Malkin · 1 year, 1 month ago
- 533b6b9 use .sk suffix on cross-lang filter binaries to avoid workflow changes by Jon Malkin · 1 year, 1 month ago
- 505a119 Include NaN in language compatibility tests by Jon Malkin · 1 year, 1 month ago
- 6daa489 remove debug line that was no longer valid by Jon Malkin · 1 year, 1 month ago
- 321f01d Add java serde compatibility tests by Jon Malkin · 1 year, 1 month ago
- 66e64f2 actually add test_allocator test by Jon Malkin · 1 year, 1 month ago
- 2c70bbe fix allocator usage, add test_allocator test by Jon Malkin · 1 year, 1 month ago
- be58ab6 finish documenting, add copy/move ctors and assignment operators by Jon Malkin · 1 year, 1 month ago
- 65bd15f functionally complete, still need a bit more documentation by Jon Malkin · 1 year, 1 month ago
- 1a44c44 test using raw memory from sketch vs serialization by Jon Malkin · 1 year, 1 month ago
- 3b1d10b partial testing of initialize, no test of wrapping yet by Jon Malkin · 1 year, 1 month ago
- df35436 improve tests around counting false positive for consistency by Jon Malkin · 1 year, 1 month ago
- 4f7801c fix types by Jon · 1 year, 1 month ago
- e8966ad WIP: start testing serialization. no wrapping yet by Jon Malkin · 1 year, 1 month ago
- 687611e add missing bitset header by Jon Malkin · 1 year, 1 month ago
- 8144869 move bit_array_ops functions to be inline, WIP: blooom serialization by Jon Malkin · 1 year, 1 month ago
- 9dbcde5 Add sstream header by Jon Malkin · 1 year, 1 month ago
- a5686a6 Move to bit array as plain memory, move operations to static functions, to ultimately simplify memory handling with wrapped filters by Jon Malkin · 1 year, 1 month ago
- 5562578 release process: setting development target to 5.2.x by AlexanderSaydakov · 1 year, 1 month ago
- 7d3f7df Merge pull request #437 from apache/minor_cleanup by Alexander Saydakov · 1 year, 1 month ago
- a8348c2 Merge pull request #436 from apache/fix_theta_compressed_stream by Alexander Saydakov · 1 year, 1 month ago
- 5a334d4 minor cleanup by AlexanderSaydakov · 1 year, 1 month ago
- aac34bd cross-language test by AlexanderSaydakov · 1 year, 1 month ago
- dba8394 Merge pull request #435 from apache/fix_theta_compressed_stream by Alexander Saydakov · 1 year, 1 month ago
- 6be246d fixed compressed theta stream serialization by AlexanderSaydakov · 1 year, 1 month ago
- e8c14d1 Add builder methods, improve test coverage by Jon Malkin · 1 year, 1 month ago
- 30aa213 fix included header by Jon Malkin · 1 year, 2 months ago
- 2a103ce add missing header by Jon Malkin · 1 year, 2 months ago
- 46e236c bug fixes, but still WIP by Jon Malkin · 1 year, 2 months ago
- 4f81030 WIP: bloom filter. No serialization, incomplete testing by Jon Malkin · 1 year, 2 months ago
- c5283ad Merge pull request #434 from apache/update_action_checkout by Lee Rhodes · 1 year, 2 months ago
- fa62b1d updated action/checkout to v4 by AlexanderSaydakov · 1 year, 3 months ago
- de87c6b Merge pull request #433 from Claudenw/patch-1 by Alexander Saydakov · 1 year, 3 months ago
- 867e191 Update README.md by Claude Warren · 1 year, 3 months ago
- 76edd74 Merge pull request #432 from ClickHouse/clickhouse-fix-ubsan-clang-18 by Jon Malkin · 1 year, 4 months ago