This is an archive of the discontinued Mercurial Phabricator instance.

nodemap: update the index with the newly written data (when appropriate)
ClosedPublic

Authored by marmoute on Jan 15 2020, 9:56 AM.

Details

Summary

If we are to use mmap to read the nodemap data, and if the python code is
responsible for the IO, we need to refresh the mmap after each write and provide
it back to the index.

We start this dance without the mmap first.

Diff Detail

Repository
rHG Mercurial
Lint
Lint Skipped
Unit
Unit Tests Skipped

Event Timeline

marmoute created this revision.Jan 15 2020, 9:56 AM
marmoute updated this revision to Diff 19774.Jan 31 2020, 10:30 AM
marmoute updated this revision to Diff 19801.Jan 31 2020, 6:01 PM
marmoute updated this revision to Diff 19845.Feb 2 2020, 3:20 AM

small doc update on .#s[1]

marmoute updated this revision to Diff 19905.Feb 4 2020, 7:26 PM

rebase to latest default

This revision was not accepted when it landed; it landed in state Needs Review.
This revision was automatically updated to reflect the committed changes.