Key-value storage [was "add a new packed repository extension"]

Noel Grandin noel at peralex.com
Wed Jul 4 03:38:11 CDT 2012


On 2012-07-04 02:53, Augie Fackler wrote:
> http://code.google.com/p/leveldb/ might be useful, but I've never looked at leveldb so it might be a poor choice.
LevelDB is the engine used in Chrome for it's IndexedDB implementation, 
so it should be in reasonably good shape

Otherwise SQLite is the most widely used embedded database.

Writing your own b-tree engine seems like a waste of time.


Disclaimer: http://www.peralex.com/disclaimer.html




More information about the Mercurial-devel mailing list