n-nishizawa
n-nishizawa
Thank you so much for your review and advice. The index is computed based on `Zlib.crc32`. https://github.com/igrigorik/bloomfilter-rb/pull/39/files#diff-127d145f47af4cdb51891aad435aba5aR28 And the `Zlib.crc32` is given to native code through block. (So index is...
Thank you very much for your comment. I'm worried about the cost issue too. Yeah, I also will find how to call the crc32 directly.
Thank you so much for your reply!! I have no idea why this strange thing happens too... In my investigation, `Zlib.crc32` might be used on Linux with bundler. Because the...