comparison rust/Cargo.lock @ 47113:be579775c2d9

dirstate-tree: Add the new `status()` algorithm With the dirstate organized in a tree that mirrors the structure of the filesystem tree, we can traverse both trees at the same time in order to compare them. This is hopefully more efficient that building multiple big hashmaps for all of the repository’s contents. Differential Revision: https://phab.mercurial-scm.org/D10547
author Simon Sapin <simon.sapin@octobus.net>
date Fri, 16 Apr 2021 12:12:41 +0200
parents d6c94ca40863
children fad504cfc94b
comparison
equal deleted inserted replaced
47112:d5956136d19d 47113:be579775c2d9
356 "derive_more", 356 "derive_more",
357 "flate2", 357 "flate2",
358 "format-bytes", 358 "format-bytes",
359 "home", 359 "home",
360 "im-rc", 360 "im-rc",
361 "itertools",
361 "lazy_static", 362 "lazy_static",
362 "log", 363 "log",
363 "memmap", 364 "memmap",
364 "micro-timer", 365 "micro-timer",
365 "pretty_assertions", 366 "pretty_assertions",