Use skpl as ledger_cache

Under assumption that it generates less GC noise (based on
micro-benchmark in leveled_tree eunit testing).

Note to confirm, needed to swap around the test order, and this showed
less collections in each position for skpl - and a < 10% performance hit
This commit is contained in:
martinsumner 2017-01-23 21:45:34 +00:00
parent 94762c79ca
commit 1102133723

View file

@ -15,7 +15,7 @@
%% Inker key type used for tombstones
-define(INKT_TOMB, tomb).
-define(CACHE_TYPE, idxt).
-define(CACHE_TYPE, skpl).
-record(sft_options,
{wait = true :: boolean(),