From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] devtools: speed up maintainers check Date: Thu, 03 Aug 2017 12:42:34 +0200 Message-ID: <3165236.MtLpuVuRrJ@xps> References: <20170715094948.9826-1-thomas@monjalon.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit To: dev@dpdk.org Return-path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 7D39D2E41 for ; Thu, 3 Aug 2017 12:42:36 +0200 (CEST) Received: from xps.localnet (196.114.118.80.rev.sfr.net [80.118.114.196]) by mail.messagingengine.com (Postfix) with ESMTPA id 751A92456C for ; Thu, 3 Aug 2017 06:42:35 -0400 (EDT) In-Reply-To: <20170715094948.9826-1-thomas@monjalon.net> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "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 Applied