diff .editorconfig @ 44536:f8a9922a02cb

rust-status: move to recursive traversal to prepare for parallel traversal I have looked into traversing the working directory in parallel either by a recursive or an iterative algorithm. The recursive approach won quite decisively both in terms of performance and code readability. You can look at my experiment here: https://heptapod.octobus.net/Alphare/rayon-recursive-traversal The chance of a stack overflow happening because the directories get too nested seems slim. This change does not yet do anything in parallel. Differential Revision: https://phab.mercurial-scm.org/D8215
author Raphaël Gomès <rgomes@octobus.net>
date Wed, 19 Feb 2020 11:14:30 +0100
parents 1d6066336d7b
children c25efc468a49
line wrap: on
line diff