devtools: speed up maintainers check
authorThomas Monjalon <thomas@monjalon.net>
Sat, 15 Jul 2017 09:49:48 +0000 (11:49 +0200)
committerThomas Monjalon <thomas@monjalon.net>
Thu, 3 Aug 2017 10:40:35 +0000 (12:40 +0200)
There is a huge speed improvement when forcing Unicode to be disabled
in this script.
In my test, it is improved from 13s to 6s.

Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
devtools/check-maintainers.sh

index 69c879a..ac5326b 100755 (executable)
@@ -34,6 +34,9 @@
 
 cd $(dirname $0)/..
 
+# speed up by ignoring Unicode details
+export LC_ALL=C
+
 # Get files matching paths with wildcards and / meaning recursing
 files () # <path> [<path> ...]
 {