]> git.xolatile.top Git - soikk-DB.git/commit
Refactored database. Replaced htable with ctable (same thing different name). Introdu...
authorSoikk <76824648+Soikk@users.noreply.github.com>
Sat, 6 Aug 2022 19:46:45 +0000 (21:46 +0200)
committerSoikk <76824648+Soikk@users.noreply.github.com>
Sat, 6 Aug 2022 19:46:45 +0000 (21:46 +0200)
commitf9a7d9cd8a7e603c89d4cc5d98d7f694cc217d85
tree647b02d6ebabbafed7604da36685b5d17e0c825c
parent0e95d2c61da7b7fbce76b0633313128b7440136e
Refactored database. Replaced htable with ctable (same thing different name). Introduced AVL tree for hashes.
DOC
TODO
include/database.h
include/storage.h
src/database.c
src/storage.c