Flat File Database
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
teknomunk b4edcf9a33
Fix possible crashes
5 months ago
.gitignore Initial commit 1 year ago
LICENSE Initial commit 1 year ago
README.md Initial commit 1 year ago
fs_list.c Fix possible crashes 5 months ago
fs_list.h Add locking to prevent race condition from destroying data when multiple processes access the same structure, fix a memory leak 11 months ago
hash_index.c Refactor to create hash_index_free_composite, start work to have multiple trie levels in same file 9 months ago
hash_index.h Refactor to create hash_index_free_composite, start work to have multiple trie levels in same file 9 months ago
test.c Update test 9 months ago
test.h Start implementing trie 1 year ago
trie.c Fix bug that occurs when calling load_items with limit=0 6 months ago
trie.h Rename unimplemented function 1 year ago

README.md

ffdb

Flat File Database