+1661180357 (Mon Aug 22 2022 16:59:17 GMT+0200 (Central European Summer Time))
+Updated README and fixed Layne's mistake on TODO
+
1660419348 (Sat Aug 13 2022 21:35:48 GMT+0200 (Central European Summer Time))
Updated images again.
# DB
-A local tag based database made entirely in C from scratch
-Currently stores both tags and files as plaintext
-Uses a mix of AVL trees and normal arrays to work with the data
+ A local tag based database made entirely in C from scratch
+ Currently stores both tags and files as plaintext
+ Uses a mix of AVL trees and normal arrays to work with the data
## Example
Loading and debugging|Showing and removing tags
TODO Show files with multiple tags & viceversa
----------------------------------------------------------------
+DONE PR Merge test with Layne
+
DONE Get rid of old functionalities (strnatcmp, BM)
DONE Add remove tag from file function
DONE Try different hashing functions (current: crc64), e.g murmur
DONE Try to improve 'sameStr' by maybe not having to check s2[i2]
-
-DONE PR Merge test with Layne
-