Width of 32 may be better

With 4000 keys - build time dropped significantly
This commit is contained in:
Martin Sumner 2017-01-19 22:59:53 +00:00
parent c722f3132d
commit 860a8a95e3

View file

@ -25,7 +25,7 @@
-include_lib("eunit/include/eunit.hrl").
-define(SKIP_WIDTH, 16).
-define(SKIP_WIDTH, 32).
%%%============================================================================