mirror of
https://github.com/FEX-Emu/robin-map.git
synced 2024-11-23 06:09:52 +00:00
Raise DIST_FROM_IDEAL_BUCKET_LIMIT to 8192
This commit is contained in:
parent
f8e0f679d2
commit
d3131e44bb
@ -324,7 +324,7 @@ class bucket_entry : public bucket_entry_hash<StoreHash> {
|
||||
|
||||
public:
|
||||
static const distance_type EMPTY_MARKER_DIST_FROM_IDEAL_BUCKET = -1;
|
||||
static const distance_type DIST_FROM_IDEAL_BUCKET_LIMIT = 4096;
|
||||
static const distance_type DIST_FROM_IDEAL_BUCKET_LIMIT = 8192;
|
||||
static_assert(DIST_FROM_IDEAL_BUCKET_LIMIT <=
|
||||
std::numeric_limits<distance_type>::max() - 1,
|
||||
"DIST_FROM_IDEAL_BUCKET_LIMIT must be <= "
|
||||
|
Loading…
Reference in New Issue
Block a user