Open craigminihan opened 8 years ago
Duplicate strings should be single instance to reduce memory overhead. Could also consider gzip/snappy compression or language compression (https://github.com/antirez/smaz).
I'm working on this here now: https://github.com/RipcordSoftware/libstringintern
Duplicate strings should be single instance to reduce memory overhead. Could also consider gzip/snappy compression or language compression (https://github.com/antirez/smaz).