##// END OF EJS Templates
rust-status: traverse working directory in parallel...
rust-status: traverse working directory in parallel Using `rayon` for this task ensures that we are using the same work-stealing threadpool for everything. This change introduces `crossbeam` as an explicit dependency, although it is already a dependency of `rayon`. It provides better structures for multi-threaded tasks than the stdlib. Differential Revision: https://phab.mercurial-scm.org/D8251
Raphaël Gomès -
r45026:fe7d2cf0 default
Show More
Name Size Modified Last Commit Author
/ rust / hg-core / src / re2
mod.rs Loading ...
re2.rs Loading ...
rust_re2.cpp Loading ...