All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] devtools: speed up maintainers check
@ 2017-07-15  9:49 Thomas Monjalon
  2017-08-03 10:42 ` Thomas Monjalon
  0 siblings, 1 reply; 2+ messages in thread
From: Thomas Monjalon @ 2017-07-15  9:49 UTC (permalink / raw)
  To: dev

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 | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/devtools/check-maintainers.sh b/devtools/check-maintainers.sh
index 69c879a82..ac5326b8b 100755
--- 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> ...]
 {
-- 
2.13.2

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] devtools: speed up maintainers check
  2017-07-15  9:49 [PATCH] devtools: speed up maintainers check Thomas Monjalon
@ 2017-08-03 10:42 ` Thomas Monjalon
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Monjalon @ 2017-08-03 10:42 UTC (permalink / raw)
  To: dev

15/07/2017 11:49, Thomas Monjalon:
> 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>

Applied

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-08-03 10:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-07-15  9:49 [PATCH] devtools: speed up maintainers check Thomas Monjalon
2017-08-03 10:42 ` Thomas Monjalon

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.