Change so that type of cache is parameterised
The Tree doesn't seem to be better than the skiplist. Get ready to make this switchable
This commit is contained in:
parent
4846272393
commit
ed96d0ca7a
5 changed files with 48 additions and 30 deletions
|
@ -15,6 +15,8 @@
|
|||
%% Inker key type used for tombstones
|
||||
-define(INKT_TOMB, tomb).
|
||||
|
||||
-define(CACHE_TYPE, tree).
|
||||
|
||||
-record(sft_options,
|
||||
{wait = true :: boolean(),
|
||||
expire_tombstones = false :: boolean(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue