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 f8e0f67 commit d3131e4Copy full SHA for d3131e4
include/tsl/robin_hash.h
@@ -324,7 +324,7 @@ class bucket_entry : public bucket_entry_hash<StoreHash> {
324
325
public:
326
static const distance_type EMPTY_MARKER_DIST_FROM_IDEAL_BUCKET = -1;
327
- static const distance_type DIST_FROM_IDEAL_BUCKET_LIMIT = 4096;
+ static const distance_type DIST_FROM_IDEAL_BUCKET_LIMIT = 8192;
328
static_assert(DIST_FROM_IDEAL_BUCKET_LIMIT <=
329
std::numeric_limits<distance_type>::max() - 1,
330
"DIST_FROM_IDEAL_BUCKET_LIMIT must be <= "
0 commit comments