ArneBachmann / tagsplorer

A quick and resource-efficient OS-independent tagging filetree extension tool and library
Mozilla Public License 2.0
3 stars 1 forks source link

Tagdir index normalization or better interning #49

Closed ArneBachmann closed 7 years ago

ArneBachmann commented 7 years ago

We could modify tagdir to contain a index to an array with the actual folder names to save space. On the other hand, when interning all strings, we save the same amount and complexity. However, when unpickling, we don't know if strings get interned, thus needs further experimentation.