bloom ~master (2022-05-05T22:43:43.5529037)
Dub
Repo
BloomFilter.resize
bloom
BloomFilter
resize to nentries, all bits are cleared
struct
BloomFilter
(size_t BitsPerEntry = 4, CheapHash cheapHash = CheapHash.yes)
void
resize
(
size_t
nentries
)
if
(
BitsPerEntry
> 0
)
Meta
Source
See Implementation
bloom
BloomFilter
constructors
this
destructors
~this
functions
clear
insert
reset
resize
size
test
postblits
this(this)
resize to nentries, all bits are cleared