Switch to using skip lists from leveled_tree

Remove now unused leveled_skiplist and leveled_tinybloom
This commit is contained in:
Martin Sumner 2017-01-21 22:34:56 +00:00
parent 6d2eb1d57c
commit 58cda7d157
4 changed files with 34 additions and 835 deletions

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(),