view rust/Cargo.toml @ 40530:914079ee3334

perf: teach perfrevlogrevision about sparse reading Before this change, chunks were always read in a single block. Even in the sparse-read/sparse-revlog case. This gave a false view of the performance and could lead to memory consumption issue.
author Boris Feld <boris.feld@octobus.net>
date Tue, 06 Nov 2018 11:04:23 +0100
parents a36c5e23c055
children 98a0fbda8739
line wrap: on
line source

[workspace]
members = ["hgcli", "hg-core", "hg-direct-ffi"]
exclude = ["chg"]