The current string key and uint32 value is not optimised for space and has the following issues:
long read time (several milliseconds/32 bits)
long write time (tens of milliseconds/32 bits)
non optimised space, because of the strings
It should be modified so the string is replaced by the hash provided for strings.
The 32 bit number beeing written should also be put in the file in direct form, not as a string like currently.
The current string key and uint32 value is not optimised for space and has the following issues:
It should be modified so the string is replaced by the hash provided for strings. The 32 bit number beeing written should also be put in the file in direct form, not as a string like currently.