Edit comment
This commit is contained in:
parent
c0384d7a86
commit
dd0e9de050
1 changed files with 2 additions and 2 deletions
|
@ -7,9 +7,9 @@
|
||||||
%% Used instead of gb_trees to retain compatability of OTP16 (and Riak's
|
%% Used instead of gb_trees to retain compatability of OTP16 (and Riak's
|
||||||
%% ongoing dependency on OTP16)
|
%% ongoing dependency on OTP16)
|
||||||
%%
|
%%
|
||||||
%% Not a proper skip list. Only supports a single depth. Good enough for the
|
%% Not a proper skip list. Only supports a fixed depth. Good enough for the
|
||||||
%% purposes of leveled. Also uses peculiar enkey_passed function within
|
%% purposes of leveled. Also uses peculiar enkey_passed function within
|
||||||
%% leveled
|
%% leveled. Not tested beyond a depth of 2.
|
||||||
|
|
||||||
-module(leveled_skiplist).
|
-module(leveled_skiplist).
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue