This is an archive of the discontinued Mercurial Phabricator instance.

nodemap: provide the on disk data to indexes who support it
ClosedPublic

Authored by marmoute on Jan 13 2020, 10:07 AM.

Details

Summary

Time to start defining the API and prepare the rust index support. We provide
a method to do so. We use a distinct method instead of passing them in the
constructor because we will need this method anyway later (to refresh the mmap
once we update the data on disk).

Diff Detail

Repository
rHG Mercurial
Lint
Lint Skipped
Unit
Unit Tests Skipped

Event Timeline

marmoute created this revision.Jan 13 2020, 10:07 AM
marmoute retitled this revision from nodemap: provide the on disk data to the index who support it to nodemap: provide the on disk data to indexes who support it.Jan 13 2020, 10:36 AM
marmoute updated this revision to Diff 19430.Jan 17 2020, 1:06 PM
marmoute updated this revision to Diff 19763.Jan 31 2020, 10:29 AM
This revision was not accepted when it landed; it landed in state Needs Review.
This revision was automatically updated to reflect the committed changes.