apache / datasketches-java

A software library of stochastic streaming algorithms, a.k.a. sketches.
https://datasketches.apache.org
Apache License 2.0
893 stars 209 forks source link

Vectorized kll updates #539

Closed leerho closed 6 months ago

leerho commented 6 months ago

The primary focus of this PR is to add vectorized updates to the KLL Doubles Sketches.
The changes and rationale by class is as follows:

KllDirectDoublesSketch

KllDoublesSketch

KllHeapDoublesSketch

KllDoublesHelper

KllDirectCompactItemssketch

KllDirectFloatsSketch

KllFloatsHelper

KllHeapFloatsSketch

KllHeapItemsSketch

KllItemsHelper

KllSketch

TESTS

KllDoublesSketchTest

KllDoublesSketchSerDeTest

KllDirectDoublesSketchTest