diff options
Diffstat (limited to 'TODO')
| -rw-r--r-- | TODO | 13 |
1 files changed, 12 insertions, 1 deletions
@@ -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 |
