dirstate-tree: Paralellize the status algorithm with Rayon...
dirstate-tree: Paralellize the status algorithm with Rayon
The `rayon` crate exposes "parallel iterators" that work like normal iterators
but dispatch work on different items to an implicit global thread pool.
Differential Revision:
https://phab.mercurial-scm.org/D10551