Skip to content

Commit d3131e4

Browse files
committed
Raise DIST_FROM_IDEAL_BUCKET_LIMIT to 8192
1 parent f8e0f67 commit d3131e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/tsl/robin_hash.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ class bucket_entry : public bucket_entry_hash<StoreHash> {
324324

325325
public:
326326
static const distance_type EMPTY_MARKER_DIST_FROM_IDEAL_BUCKET = -1;
327-
static const distance_type DIST_FROM_IDEAL_BUCKET_LIMIT = 4096;
327+
static const distance_type DIST_FROM_IDEAL_BUCKET_LIMIT = 8192;
328328
static_assert(DIST_FROM_IDEAL_BUCKET_LIMIT <=
329329
std::numeric_limits<distance_type>::max() - 1,
330330
"DIST_FROM_IDEAL_BUCKET_LIMIT must be <= "

0 commit comments

Comments
 (0)