feat(lsm): implement bt insert & search
This commit is contained in:
parent
fd42b446a6
commit
13e42181a2
5 changed files with 2056 additions and 1 deletions
|
|
@ -8,7 +8,8 @@
|
|||
typedef enum lsm_error {
|
||||
lsm_error_ok = 0,
|
||||
lsm_error_failed_alloc = 1,
|
||||
lsm_error_not_found = 2
|
||||
lsm_error_not_found = 2,
|
||||
lsm_error_already_present = 3
|
||||
} lsm_error;
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue