apache / datasketches-java

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

Added initial QF builder functions #558

Closed c-dickens closed 1 month ago

c-dickens commented 2 months ago

Added the builder functions for quotient filter. Splitting the PRs to avoid a large code review.

AlexanderSaydakov commented 1 month ago

Naming is inconsistent. We usually use "thisStyle" in Java, not "this_style"

AlexanderSaydakov commented 1 month ago

I understand this is just a checkpoint in a large effort, so what I mentioned above is not a stopper.