diff options
| -rw-r--r-- | libartbase/base/hash_set.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libartbase/base/hash_set.h b/libartbase/base/hash_set.h index 91766a75d1..b4979d56af 100644 --- a/libartbase/base/hash_set.h +++ b/libartbase/base/hash_set.h @@ -191,7 +191,7 @@ class HashSet { static constexpr double kDefaultMinLoadFactor = 0.4; static constexpr double kDefaultMaxLoadFactor = 0.7; - static constexpr size_t kMinBuckets = 1000; + static constexpr size_t kMinBuckets = 10; // If we don't own the data, this will create a new array which owns the data. void clear() { |