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 87159b373a
Fix more data corruption bugs, optimize load_items when limit=0
7 months ago
.gitignore Change lookup_key to perform file consolidation, fix edge removal when the edge is an inline child trie 7 months ago
LICENSE Initial commit 2 years ago
README.md Initial commit 2 years ago
fs_list.c Fix possible crashes 7 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 1 year ago
hash_index.c Refactor to create hash_index_free_composite, start work to have multiple trie levels in same file 11 months ago
hash_index.h Refactor to create hash_index_free_composite, start work to have multiple trie levels in same file 11 months ago
test.c Bug squashing checkpoint 7 months ago
test.h Start implementing trie 2 years ago
test.sh Change lookup_key to perform file consolidation, fix edge removal when the edge is an inline child trie 7 months ago
trie.c Fix more data corruption bugs, optimize load_items when limit=0 7 months ago
trie.h Rename unimplemented function 1 year ago

README.md

ffdb

Flat File Database