view rust/hg-direct-ffi/rustfmt.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 b929bce413f4
children
line wrap: on
line source

max_width = 79
wrap_comments = true
error_on_line_overflow = true