Commit graph

18 commits

Author SHA1 Message Date
8b6d1f6e91
feat(lsm): add some attr & data support functions; fix str bug 2023-11-03 13:23:46 +01:00
7a21bed2b2
feat(lsm): add str copy_n functions 2023-11-02 13:08:36 +01:00
fc4187e6ce
feat(lsm): add entry data reading 2023-10-29 14:41:40 +01:00
f19a8814f5
fix(lsm): write in-memory data to disk when switching to file 2023-10-29 12:33:07 +01:00
f44c512099
feat(lsm): introduce entry handles for concurrent access 2023-10-29 12:19:59 +01:00
0e4e18da6c
feat(lsm): data streaming, random other stuff, locks 2023-10-28 15:49:16 +02:00
b552e0a81b
feat(lsm): some more string functions; start of data streaming api 2023-10-25 10:57:45 +02:00
fca8495de4
feat(lsm): implement lsm entry add & remove 2023-10-20 10:41:53 +02:00
115ee12f04 feat(lsm): start store entry implementation 2023-10-17 11:25:51 +02:00
6938c29725
feat(lsm): implement a simple trie remove 2023-10-14 15:57:33 +02:00
ef8129b8eb
feat(lsm): write str tests; start trie tests 2023-10-14 14:33:22 +02:00
87000e8f73
feat(lsm): added trie search 2023-10-13 22:08:06 +02:00
622d644f25
feat(lsm): possibly implemented trie insert 2023-10-13 21:10:31 +02:00
0548efda97
refactor(lsm): allow modules to import other internal header files 2023-10-13 13:07:40 +02:00
c327be80e9
feat(lsm): started string implementation 2023-10-13 12:45:48 +02:00
96fc645034
feat(lsm): implement bt remove 2023-10-13 11:56:50 +02:00
13e42181a2
feat(lsm): implement bt insert & search 2023-10-13 10:29:00 +02:00
fd42b446a6 feat(lsm): start of library 2023-10-13 07:57:48 +02:00