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 6e3c9a2 commit 9cd13c0Copy full SHA for 9cd13c0
include/boost/bloom/detail/core.hpp
@@ -218,10 +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
- (64+prefetched_cachelines-1)/prefetched_cachelines;
+ (128+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{}}{}
227
0 commit comments