sapling/cfastmanifest/README
Tony Tung fc8c0d61a1 [fastmanifest] rename fastmanifest c library directory to cfastmanifest
Summary: This allows us to use fastmanifest as a directory to drop in the python module.

Test Plan: compiles, passes existing tests.

Reviewers: lcharignon

Reviewed By: lcharignon

Subscribers: mitrandir, mjpieters

Differential Revision: https://phabricator.intern.facebook.com/D3351021

Signature: t1:3351021:1464284417:6cbcde514ab1fd7b5caa6c83cb5577f3502dbc58
2016-05-26 11:33:07 -07:00

5 lines
239 B
Plaintext

fastmanifest is a tree-based implementation to speed up manifest
operations in Mercurial. Its design is optimized for quick
deserialization from a persistent store. In compact form, the entire tree
is relocatable without any traversals.