- 61dc93c Merge pull request #104 from c-dickens/claude/consolidate-cms-frequency-pr-Sb5Kk by Charlie Dickens · 10 days ago master
- 5f1e340 Remove dead plotting script from src/notebooks by c-dickens · 2 weeks ago
- 4d72409 Remove CLAUDE.md from PR by c-dickens · 2 weeks ago
- 32a27c0 Remove unused count_min_sketch_frequency_profile by c-dickens · 2 weeks ago
- a97c52c Restore upstream tdigest lines and remove out-of-scope slice plot by c-dickens · 2 weeks ago
- d966a48 Update CLAUDE.md experiment spec based on implementation learnings by c-dickens · 2 weeks ago
- 9c3d597 Dense upper-tail quantiles and flipped-axis slice plot by c-dickens · 2 weeks ago
- d6ad52e Expand quantile output to 27 levels (min to max) and add slice plot by c-dickens · 2 weeks ago
- 12ad77e Add convenience Makefile and increase trials to 2^13 by c-dickens · 2 weeks ago
- 8d04d33 Add Zipf exponent to plot title and include TSV results by c-dickens · 2 weeks ago
- 02d1775 Add CMS point query error profile (Experiment 1) by c-dickens · 2 weeks ago
- 706f697 Remove bogus target_compile_features for nonexistent 'common' target by c-dickens · 2 weeks ago
- cbe4a1a Add plotting script for CMS frequency profile output by Claude · 2 weeks ago
- 11e0451 Fix CMS profile: fixed params, no sweep, single experiment by Claude · 2 weeks ago
- 36a62dc Simplify CMS frequency profile to basic point query error by Claude · 2 weeks ago
- 66ac603 Add consolidated CMS item frequency point query estimation profile by Claude · 2 weeks ago
- 40be06a Merge pull request #103 from apache/dependabot/pip/src/notebooks/pillow-12.1.1 by Lee Rhodes · 4 weeks ago
- 6e340ba Bump pillow from 10.4.0 to 12.1.1 in /src/notebooks by dependabot[bot] · 4 weeks ago
- 7091a3c Merge pull request #102 from apache/dependabot/pip/src/notebooks/nbconvert-7.17.0 by Lee Rhodes · 4 weeks ago
- 0ad433c Bump nbconvert from 7.16.4 to 7.17.0 in /src/notebooks by dependabot[bot] · 4 weeks ago
- 0d3088e Merge pull request #101 from proost/feat-tdigest-double-go-profiles by Lee Rhodes · 6 weeks ago
- 73323c4 feat: t-digest double update speed profile for go by lani_karrot · 6 weeks ago
- df3505e feat: t-digest double merge speed profile for go by lani_karrot · 6 weeks ago
- bdf2931 feat: t-digest double merge accuracy profile for go by lani_karrot · 6 weeks ago
- d947c52 feat: add t-digest double go accuracy profile by lani_karrot · 6 weeks ago
- 4513a97 Merge pull request #99 from apache/memory_tsv by Lee Rhodes · 7 weeks ago
- 0513e50 Merge pull request #100 from proost/fix-missing-tdigest-merge-timing-profile by Lee Rhodes · 7 weeks ago
- a60d193 fix: wrong elapsed time by lani_karrot · 8 weeks ago
- 5d538f4 fix: missing merge profile code by lani_karrot · 8 weeks ago
- 2a43189 fix: add missing tdigest merge timing profile by lani_karrot · 8 weeks ago
- fd8bee0 fix: remove missing headers by lani_karrot · 8 weeks ago
- 62c6390 memory measurements by AlexanderSaydakov · 8 weeks ago
- 7065bee Merge pull request #98 from geonove/geonove/concurrecncy-fixes by Lee Rhodes · 8 weeks ago
- 3eac427 Small fix by geonove · 8 weeks ago
- 2cb9f90 Merge pull request #97 from proost/feat-arrayofnumberssketch-profile by Lee Rhodes · 8 weeks ago
- a57a095 feat: add update and union update profiles for array of numbers sketch in go by lani_karrot · 8 weeks ago
- 79f6238 Merge pull request #96 from apache/dependabot/pip/src/notebooks/urllib3-2.6.3 by Lee Rhodes · 9 weeks ago
- c7d574f Bump urllib3 from 2.6.0 to 2.6.3 in /src/notebooks by dependabot[bot] · 9 weeks ago
- 77b22ea Merge pull request #94 from geonove/geonove/error-vs-rank-optimization by Lee Rhodes · 9 weeks ago
- b4af77f Merge pull request #95 from geonove/geonove/memory-profile-optimization by Lee Rhodes · 9 weeks ago
- 5031cf7 Memory profile optimiziation by Andrea Novellini · 10 weeks ago
- 815d30a Add tdigest error vs rank result file by Andrea Novellini · 10 weeks ago
- d9d7c74 req error vs rank profile optimization by Andrea Novellini · 10 weeks ago
- 6ddf21b Merge pull request #93 from geonove/geonove/optimize-errors-computation by Lee Rhodes · 3 months ago
- 1dfe3d4 Merge pull request #89 from proost/feat-compare-go-vs-java-theta-sketch by Lee Rhodes · 3 months ago
- 86f6783 Minor changes by Andrea Novellini · 3 months ago
- 420b085 Comment out timings by geonove · 3 months ago
- 0f0eac1 Do not clear vector error by Andrea Novellini · 3 months ago
- 0a2db8a Fix race condition by Andrea Novellini · 3 months ago
- 518429b first optimization by Andrea Novellini · 3 months ago
- 9d15a52 Add includes by Andrea Novellini · 3 months ago
- 2d50e5e Update Readme with Clion config by Andrea Novellini · 3 months ago
- 4c96f90 Minor fixes to make the cpp code build by Andrea Novellini · 3 months ago
- 0cb1473 Merge pull request #91 from apache/dependabot/pip/src/notebooks/urllib3-2.6.0 by Lee Rhodes · 3 months ago
- 2db2b7b Merge pull request #90 from apache/dependabot/pip/src/notebooks/fonttools-4.61.0 by Lee Rhodes · 3 months ago
- 2d66624 Bump urllib3 from 2.5.0 to 2.6.0 in /src/notebooks by dependabot[bot] · 3 months ago
- 4eb2ae4 Bump fonttools from 4.53.1 to 4.61.0 in /src/notebooks by dependabot[bot] · 3 months ago
- da66515 fix: same profiling code as java by lani_karrot · 3 months ago
- 2b4543c refactor: change same as java profile by lani_karrot · 3 months ago
- 05e6529 Merge pull request #88 from proost/feat-go-theta-sketch-profiles by Pierre Lacave · 4 months ago
- f900d62 feat: add go theta sketch profiles by lani_karrot · 4 months ago
- e4c8f98 Merge pull request #87 from proost/fix-wrong-constructor-for-kll-sketch by Pierre Lacave · 4 months ago
- 1074de0 fix: handle breaking change in go KLL sketch constructor by lani_karrot · 4 months ago
- aaf89e2 Merge pull request #86 from apache/dependabot/pip/src/notebooks/jupyterlab-4.4.8 by Lee Rhodes · 5 months ago
- c8a8091 Bump jupyterlab from 4.2.5 to 4.4.8 in /src/notebooks by dependabot[bot] · 6 months ago
- 7fbd0df update pom by Lee Rhodes · 7 months ago
- 231d196 remove - didn't need to add these. by Lee Rhodes · 7 months ago
- f83c45d Add back src/main/resources, all the *.conf files. by Lee Rhodes · 7 months ago
- 09be293 fix pom by Lee Rhodes · 7 months ago
- 742ee26 Merge pull request #85 from apache/frankgrimes97-feature/maven-multi-module-per-java-version by Lee Rhodes · 7 months ago
- d611c61 Update python files by Lee Rhodes · 7 months ago
- b6a642b Merge branch 'feature/maven-multi-module-per-java-version' of github.com:frankgrimes97/datasketches-characterization into frankgrimes97-feature/maven-multi-module-per-java-version by Lee Rhodes · 7 months ago
- 1245bd7 Merge pull request #84 from apache/minor_cleanup by Lee Rhodes · 7 months ago
- 9228291 Merge branch 'master' into minor_cleanup by Lee Rhodes · 7 months ago
- 9f49595 minor cleanup by Lee Rhodes · 7 months ago
- 723db9a Merge pull request #83 from apache/dependabot/pip/src/notebooks/urllib3-2.5.0 by Lee Rhodes · 7 months ago
- 0f0bcac Merge pull request #82 from apache/dependabot/pip/src/notebooks/requests-2.32.4 by Lee Rhodes · 7 months ago
- 67d431d Merge pull request #81 from apache/dependabot/pip/src/notebooks/tornado-6.5.1 by Lee Rhodes · 7 months ago
- 5f17df2 Bump urllib3 from 2.2.2 to 2.5.0 in /src/notebooks by dependabot[bot] · 9 months ago
- ef9d3e0 Bump requests from 2.32.3 to 2.32.4 in /src/notebooks by dependabot[bot] · 9 months ago
- e4d1f93 Bump tornado from 6.4.2 to 6.5.1 in /src/notebooks by dependabot[bot] · 10 months ago
- 974512e Merge pull request #80 from apache/dependabot/pip/src/notebooks/setuptools-78.1.1 by Lee Rhodes · 10 months ago
- 24a135b Bump setuptools from 72.2.0 to 78.1.1 in /src/notebooks by dependabot[bot] · 10 months ago
- 3618b66 Merge pull request #79 from apache/dependabot/pip/src/notebooks/h11-0.16.0 by Lee Rhodes · 11 months ago
- 8dafa87 Bump h11 from 0.14.0 to 0.16.0 in /src/notebooks by dependabot[bot] · 11 months ago
- f726605 Merge pull request #78 from apache/dependabot/pip/src/notebooks/jinja2-3.1.6 by Lee Rhodes · 12 months ago
- bd0f046 Bump jinja2 from 3.1.5 to 3.1.6 in /src/notebooks by dependabot[bot] · 1 year ago
- d3a9e0e Remove unnecessary plugin version specifications by Frank Grimes · 1 year ago
- 94eb2dd Bump TestNG version to latest where applicable by Frank Grimes · 1 year ago
- e9fc679 Correct plugin version properties from Apache parent by Frank Grimes · 1 year ago
- 320008c Maven submodule per supported Java version by Frank Grimes · 1 year ago
- 5dcf4e6 Merge pull request #75 from frankgrimes97/feature/allow-building-with-java11 by Lee Rhodes · 1 year, 1 month ago
- fe1d616 Allow building with Java 11 by Frank Grimes · 1 year, 1 month ago
- d414c36 Merge pull request #74 from frankgrimes97/upkeep/fix-broken-build-and-upgrade-to-dataketches-java-6.2.0 by Alexander Saydakov · 1 year, 1 month ago
- f2c9a3e Upgrade to datasketches-java-6.2.0 by Frank Grimes · 1 year, 2 months ago
- c51d486 Exclude src/notebooks from RAT license checks by Frank Grimes · 1 year, 2 months ago
- b775470 Add missing license header by Frank Grimes · 1 year, 1 month ago
- 9919471 Minor JavaDoc fixes by Frank Grimes · 1 year, 2 months ago
- 79565ab Ignore local NetBeans IDE config files by Frank Grimes · 1 year, 2 months ago
- 17c1fcb Fix invalid POM file by Frank Grimes · 1 year, 2 months ago