- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for Kirsche (0.04 sec)
-
guava/src/com/google/common/hash/BloomFilterStrategies.java
* @author Kurt Alfred Kluever */ @ElementTypesAreNonnullByDefault enum BloomFilterStrategies implements BloomFilter.Strategy { /** * See "Less Hashing, Same Performance: Building a Better Bloom Filter" by Adam Kirsch and Michael * Mitzenmacher. The paper argues that this trick doesn't significantly deteriorate the * performance of a Bloom filter (yet only needs two 32bit hash functions). */ MURMUR128_MITZ_32() { @Override
Registered: 2024-11-01 12:43 - Last Modified: 2022-10-10 19:45 - 10.7K bytes - Viewed (0) -
docs/en/docs/release-notes.md
Registered: 2024-11-03 07:19 - Last Modified: 2024-11-01 11:25 - 460.3K bytes - Viewed (0)