aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorSoikk2022-07-23 01:46:24 +0200
committerSoikk2022-07-23 01:46:24 +0200
commit28578b192d0828a9820983b5624b9bcc3577cd18 (patch)
tree2f30b1730f30a7eeee80995ee3984c10f5bdc2ff /TODO
parent377dc104be127291ede5b32640c23eea0ba6791a (diff)
downloadsoikk-DB-28578b192d0828a9820983b5624b9bcc3577cd18.tar.xz
soikk-DB-28578b192d0828a9820983b5624b9bcc3577cd18.tar.zst
Improved the database storage system. Added persistency.
Diffstat (limited to 'TODO')
-rw-r--r--TODO13
1 files changed, 12 insertions, 1 deletions
diff --git a/TODO b/TODO
index d133a03..a288974 100644
--- a/TODO
+++ b/TODO
@@ -1 +1,12 @@
-DONE Try to improve 'sameStr' by maybe not having to check s2[i2]
+Try different hashing functions (current: crc64), e.g murmur
+Change DB model from struct row
+ typedef struct{
+ char path[MAXPATH];
+ char tags[MAXTAGS];
+ uint16_t lenTags;
+ uint16_t numTags;
+ } row;
+to tables of ids
+ images[] tags[] images:tags[]
+
+DONE Try to improve 'sameStr' by maybe not having to check s2[i2] \ No newline at end of file