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 #557

Closed c-dickens closed 2 months ago

c-dickens commented 2 months ago

Added the initial builder functions and project structure for quotient filter.
Not yet added are helper / suggestion functions on serialization until we decide how to proceed. Trying to split PRs into uncoupled parts where possible as there will likely be many to integrate the filters.

c-dickens commented 2 months ago

closing to complete the filter prior to merging.