Drew Kutcharian

Results 4 comments of Drew Kutcharian

@mreiferson Probably the easiest way would be to have an official PPA (Personal Package Archive) for now. I have never published before but I started looking into this last week,...

@mreiferson this is only a part of the story. I got this far too, but where I got stuck (mainly due to not having enough time and experience with Go...

Here are some alternative JVM based implementations as inspirations ;) A. https://github.com/jjedele/stable-bloom-filter/blob/master/src/main/java/de/jjedele/sbf/StableBloomFilter.java B. https://github.com/alexander-chervony/stable-bloom-filter/blob/master/src/main/scala/StableBloomFilter.scala C. https://github.com/mayconbordin/streaminer/blob/master/src/main/java/org/streaminer/stream/membership/StableBloomFilter.java Looking at these, seems like we could use the same approach as example A...