From mboxrd@z Thu Jan 1 00:00:00 1970 From: Johannes Sixt Subject: Re: [PATCH v2] xdiff/xprepare: improve O(n*m) performance in xdl_cleanup_records() Date: Sun, 21 Aug 2011 11:24:35 +0200 Message-ID: <4E50CED3.10704@kdbg.org> References: <7vd3g5i7ci.fsf@alter.siamese.dyndns.org> <1313546037-4104-1-git-send-email-rctay89@gmail.com> <20110817052147.GA11253@sigill.intra.peff.net> <20110818224427.GB8481@sigill.intra.peff.net> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: Jeff King , Git Mailing List , Junio C Hamano , Marat Radchenko To: Tay Ray Chuan X-From: git-owner@vger.kernel.org Sun Aug 21 11:24:45 2011 Return-path: Envelope-to: gcvg-git-2@lo.gmane.org Received: from vger.kernel.org ([209.132.180.67]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Qv4Gr-0006MG-6C for gcvg-git-2@lo.gmane.org; Sun, 21 Aug 2011 11:24:45 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752726Ab1HUJYj (ORCPT ); Sun, 21 Aug 2011 05:24:39 -0400 Received: from bsmtp4.bon.at ([195.3.86.186]:27390 "EHLO bsmtp.bon.at" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1752174Ab1HUJYi (ORCPT ); Sun, 21 Aug 2011 05:24:38 -0400 Received: from [178.112.189.57] (178.112.189.57.wireless.dyn.drei.com [178.112.189.57]) by bsmtp.bon.at (Postfix) with ESMTP id 39B412C4003; Sun, 21 Aug 2011 11:24:32 +0200 (CEST) User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.9.2.17) Gecko/20110414 Thunderbird/3.1.10 In-Reply-To: Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: Am 19.08.2011 19:12, schrieb Tay Ray Chuan: >> Is msysgit's bash "time" just broken? I think it is broken. The only thing I would use it is to record elapsed time (the 'real' part). -- Hannes