From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: Re: guix package --search slow ? Date: Tue, 14 May 2019 22:17:38 +0200 Message-ID: <87o9447pul.fsf@elephly.net> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([209.51.188.92]:32947) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hQdrz-0007VJ-BI for guix-devel@gnu.org; Tue, 14 May 2019 16:17:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hQdry-000569-IB for guix-devel@gnu.org; Tue, 14 May 2019 16:17:51 -0400 Received: from sender-of-o51.zoho.com ([135.84.80.216]:21289) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hQdry-00053N-4r for guix-devel@gnu.org; Tue, 14 May 2019 16:17:50 -0400 In-reply-to: List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: zimoun Cc: guix-devel@gnu.org For me this command time guix package --search=python-numpy when run for the first time takes real 0m4.729s user 0m1.332s sys 0m0.815s All following invocations finish in about a second: real 0m1.469s user 0m1.459s sys 0m0.108s -- Ricardo