From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-1.0 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id AA11AC43331 for ; Tue, 31 Mar 2020 13:30:58 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 73E242071A for ; Tue, 31 Mar 2020 13:30:58 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=redhat.com header.i=@redhat.com header.b="Nkb3D9AN" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730745AbgCaNa5 (ORCPT ); Tue, 31 Mar 2020 09:30:57 -0400 Received: from us-smtp-1.mimecast.com ([207.211.31.81]:41485 "EHLO us-smtp-delivery-1.mimecast.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1730216AbgCaNa5 (ORCPT ); Tue, 31 Mar 2020 09:30:57 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1585661456; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=/ZiBC4lb2UkIJ8kAWK7HrqySlDck8Nhf2ziG7LSPn1U=; b=Nkb3D9ANpiLSVXwT9iD7DTz3l1X9FEI45/DzIHarCtqPvCnytWjUpZMM7xPpiZOaECvVek uSeRFuPkKEo/NYhq04wG/hzU0ybd2LoYJaDXySutnGLTG5or+kmGC12FosHYhYIdT5+z5f 94eQgnn2wD7XM7FiLw5SteTVIXwRt80= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-467-_pLlRiCJNwCAnsYdNgw50A-1; Tue, 31 Mar 2020 09:30:54 -0400 X-MC-Unique: _pLlRiCJNwCAnsYdNgw50A-1 Received: from smtp.corp.redhat.com (int-mx07.intmail.prod.int.phx2.redhat.com [10.5.11.22]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id E175D149C8; Tue, 31 Mar 2020 13:30:52 +0000 (UTC) Received: from ws.net.home (unknown [10.40.194.51]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 219691001B28; Tue, 31 Mar 2020 13:30:51 +0000 (UTC) Date: Tue, 31 Mar 2020 15:30:49 +0200 From: Karel Zak To: Aurelien LAJOIE Cc: util-linux@vger.kernel.org Subject: Re: [PATCH v2] libuuid: improve uuid_unparse() performance Message-ID: <20200331133049.5sfx5mouifgjlhpj@ws.net.home> References: <20200326143827.25879-1-orel@melix.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200326143827.25879-1-orel@melix.net> X-Scanned-By: MIMEDefang 2.84 on 10.5.11.22 Sender: util-linux-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: util-linux@vger.kernel.org On Thu, Mar 26, 2020 at 03:38:27PM +0100, Aurelien LAJOIE wrote: > libuuid/src/unparse.c | 45 ++++++++++++++++++++----------------------- > 1 file changed, 21 insertions(+), 24 deletions(-) Applied, thanks. Karel -- Karel Zak http://karelzak.blogspot.com