From db4659587084daa456b04725e208d690c085686e Mon Sep 17 00:00:00 2001 From: Basile Burg Date: Sun, 18 Jun 2017 03:08:22 +0200 Subject: [PATCH] Revert "set more def bucket count to get better perfs on huge modules (#462)" This reverts commit d8ee9a3e4bdd01f382916e5808073275e830f3f1. --- src/main.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.d b/src/main.d index 1d9d205..6b0a9b0 100644 --- a/src/main.d +++ b/src/main.d @@ -169,7 +169,7 @@ else immutable usingStdin = args.length == 1; - StringCache cache = StringCache(0xFFFF); + StringCache cache = StringCache(StringCache.defaultBucketCount); if (defaultConfig) { string s = getConfigurationLocation();