Pushed a draft of an implementation of XorFilter in DataSketches-Java mimicking BloomFilter interface.
https://github.com/apache/datasketches-java/pull/740 Numbers match the ones in the paper - It may still contain AI verbosity/oddities to clean. I'll continue getting that reviewable in the coming weeks. On 2026/07/08 03:30:31 Lee Rhodes wrote: > Sounds interesting. We need a volunteer to code it up. > > > From my cell phone. > > On Mon, Jul 6, 2026 at 9:08 AM tison <[email protected]> wrote: > > > Hi, > > > > I found [1] recently and wonder if it's a good candidate to add to the > > DataSketches library, as an alternative to BloomFilter, just ilke CpcSketch > > to HllSketch. > > > > [1] https://arxiv.org/pdf/1912.08258 > > > > Best, > > tison. > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
