From f8ecaf91d686d2247ab7088eddf4de417985ca5b Mon Sep 17 00:00:00 2001 From: Soikk Date: Sat, 23 Jul 2022 18:09:02 +0200 Subject: Minor modifications. Updated TODO and added documentation (DOC) --- TODO | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) (limited to 'TODO') diff --git a/TODO b/TODO index 60562e5..309e76d 100644 --- a/TODO +++ b/TODO @@ -1,12 +1,14 @@ -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 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 different hashing functions (current: crc64), e.g murmur DONE Try to improve 'sameStr' by maybe not having to check s2[i2] -- cgit v1.2.3