RipcordSoftware / AvanceDB

An in-memory database based on the CouchDB REST API and containing the CouchDB Futon and Fauxton web sites
GNU Affero General Public License v3.0
162 stars 12 forks source link

Implement string de-duplication #63

Open craigminihan opened 8 years ago

craigminihan commented 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).

craigminihan commented 8 years ago

I'm working on this here now: https://github.com/RipcordSoftware/libstringintern