30#ifndef __BASE_FILTERS_MULTI_BIT_SEL_BLOOM_FILTER_HH__
31#define __BASE_FILTERS_MULTI_BIT_SEL_BLOOM_FILTER_HH__
38struct BloomFilterMultiBitSelParams;
The MultiBitSel Bloom Filter associates an address to multiple entries through the use of multiple ha...
const int skipBits
Bit offset from block number.
int getCount(Addr addr) const override
Get the value stored in the corresponding filter entry of an address.
MultiBitSel(const BloomFilterMultiBitSelParams &p)
const bool isParallel
Whether hashing should be performed in parallel.
virtual int hash(Addr addr, int hash_number) const
Apply the selected the hash functions to an address.
const int parFilterSize
Size of the filter when doing parallel hashing.
const int numHashes
Number of hashes.
Copyright (c) 2024 - Pranith Kumar Copyright (c) 2020 Inria All rights reserved.
uint64_t Addr
Address type This will probably be moved somewhere else in the near future.