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

Noel Grandin noel at peralex.com
Wed Jul 4 10:14:20 CDT 2012


On 2012-07-04 02:53, Augie Fackler wrote:
> There aren't any very satisfactory alternatives. The pack index is not an
> immutable piece of data, so it has to support writes, which means that my
> previous enthusiasm for hand-rolling something has dissipated, as this puts
> me in the realm of "write a B-tree storage engine" or some similar
> silliness.
>
>

Lots of links to C based B-tree libraries here:
http://stackoverflow.com/questions/32376/what-is-a-good-open-source-b-tree-implementation-in-c

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




More information about the Mercurial-devel mailing list