Skip to content
Commit 89b2e084 authored by Christoph Schwering's avatar Christoph Schwering
Browse files

Simplified bloom filter hash functions.

Instead of computing (hash >> shift) % 64, we now take
(hash >> shift) & 63. Since 64 is a power of 2, this gives us a hash
value in the range [0...63].
parent de318880
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment