diff options
| author | Soikk | 2022-07-23 18:09:02 +0200 |
|---|---|---|
| committer | Soikk | 2022-07-23 18:09:02 +0200 |
| commit | f8ecaf91d686d2247ab7088eddf4de417985ca5b (patch) | |
| tree | 0c80565d60a78b0ecbdd5ee2dee3d74326dda89d /TODO | |
| parent | 78267ccc89864c5e65b9ba9ae640d73ab3aee0fe (diff) | |
| download | soikk-DB-f8ecaf91d686d2247ab7088eddf4de417985ca5b.tar.xz soikk-DB-f8ecaf91d686d2247ab7088eddf4de417985ca5b.tar.zst | |
Minor modifications. Updated TODO and added documentation (DOC)
Diffstat (limited to 'TODO')
| -rw-r--r-- | TODO | 22 |
1 files changed, 12 insertions, 10 deletions
@@ -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] |
