Mercurial > hg
comparison mercurial/branchmap.py @ 51233:ca81cd96000a
rust-index: add Sync bound to all relevant mmap-derived values
All readonly mmaps are Sync as far as Rust is concerned. Integrity of the
mmap'ed file is a concern separate to Rust's memory model, since it requires
out-of-program handling via locks, etc.
This will help when we start sharing the Rust Index with Python.
author | Raphaël Gomès <rgomes@octobus.net> |
---|---|
date | Thu, 26 Oct 2023 15:26:19 +0200 |
parents | 227124098e14 |
children | 9d3721552b6c |
comparison
equal
deleted
inserted
replaced
51232:3551f2a1c963 | 51233:ca81cd96000a |
---|