set more def bucket count to get better perfs on huge modules (#462)

This commit is contained in:
Basile Burg 2017-06-17 13:57:22 +02:00 committed by GitHub
parent 80b831adda
commit d8ee9a3e4b
1 changed files with 1 additions and 1 deletions

View File

@ -169,7 +169,7 @@ else
immutable usingStdin = args.length == 1;
StringCache cache = StringCache(StringCache.defaultBucketCount);
StringCache cache = StringCache(0xFFFF);
if (defaultConfig)
{
string s = getConfigurationLocation();