Optimise mutations in single-pass epoch processing (#4573)

* Optimise mutations in single-pass epoch processing

* Use safer Cow::make_mut

* Update to upstream milhouse
This commit is contained in:
Michael Sproul
2023-08-08 11:25:26 +10:00
committed by GitHub
parent 8423e9f554
commit 18e64e60ad
5 changed files with 38 additions and 34 deletions

2
Cargo.lock generated
View File

@@ -5202,7 +5202,7 @@ dependencies = [
[[package]]
name = "milhouse"
version = "0.1.0"
source = "git+https://github.com/sigp/milhouse?branch=main#e30719aaf1e4b46e3ff1962f7370965e68fa548b"
source = "git+https://github.com/sigp/milhouse?branch=main#d106d79a434967f4c112bbcf8591fcc7e21baad9"
dependencies = [
"arbitrary",
"derivative",