git.droids-corp.org
/
dpdk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f3cb39e
)
devtools: speed up maintainers check
author
Thomas Monjalon
<thomas@monjalon.net>
Sat, 15 Jul 2017 09:49:48 +0000
(11:49 +0200)
committer
Thomas 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
patch
|
blob
|
history
diff --git
a/devtools/check-maintainers.sh
b/devtools/check-maintainers.sh
index
69c879a
..
ac5326b
100755
(executable)
--- a/
devtools/check-maintainers.sh
+++ b/
devtools/check-maintainers.sh
@@
-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> ...]
{