We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 677d82b commit 6c1b692Copy full SHA for 6c1b692
include/boost/bloom/detail/core.hpp
@@ -218,9 +218,9 @@ class filter_core:empty_value<Allocator,0>
218
using pointer=unsigned char*;
219
using const_pointer=const unsigned char*;
220
static constexpr std::size_t bulk_insert_size=
221
- (32+prefetched_cachelines-1)/prefetched_cachelines;
+ (64+prefetched_cachelines-1)/prefetched_cachelines;
222
static constexpr std::size_t bulk_may_contain_size=
223
224
225
226
explicit filter_core(std::size_t m=0):filter_core{m,allocator_type{}}{}
0 commit comments