]> git.xolatile.top Git - soikk-DB.git/commit
Improved the database storage system. Added persistency.
authorSoikk <76824648+Soikk@users.noreply.github.com>
Fri, 22 Jul 2022 23:46:24 +0000 (01:46 +0200)
committerSoikk <76824648+Soikk@users.noreply.github.com>
Fri, 22 Jul 2022 23:46:24 +0000 (01:46 +0200)
commit28578b192d0828a9820983b5624b9bcc3577cd18
tree2f30b1730f30a7eeee80995ee3984c10f5bdc2ff
parent377dc104be127291ede5b32640c23eea0ba6791a
Improved the database storage system. Added persistency.
18 files changed:
TODO
hash-testing/main.c [new file with mode: 0644]
hash-testing/main.exe [new file with mode: 0644]
hash-testing/words.txt [new file with mode: 0644]
include/bm.h
include/crc64.h [new file with mode: 0644]
include/database.h [new file with mode: 0644]
include/db.h
include/repl.h
include/storage.h
include/str.h
include/tags.h
src/bm.c
src/crc64.c [new file with mode: 0644]
src/database.c [new file with mode: 0644]
src/main.c
src/storage.c
src/str.c