Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S261285AbVD3QcR (ORCPT ); Sat, 30 Apr 2005 12:32:17 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S261283AbVD3QcR (ORCPT ); Sat, 30 Apr 2005 12:32:17 -0400 Received: from ppp-217-133-42-200.cust-adsl.tiscali.it ([217.133.42.200]:48167 "EHLO opteron.random") by vger.kernel.org with ESMTP id S261285AbVD3QcF (ORCPT ); Sat, 30 Apr 2005 12:32:05 -0400 Date: Sat, 30 Apr 2005 18:37:24 +0200 From: Andrea Arcangeli To: Matt Mackall Cc: Linus Torvalds , linux-kernel , git@vger.kernel.org Subject: Re: Mercurial 0.4b vs git patchbomb benchmark Message-ID: <20050430163724.GE20146@opteron.random> References: <20050426004111.GI21897@waste.org> <20050429060157.GS21897@waste.org> <20050429203027.GK17379@opteron.random> <20050429203959.GC21897@waste.org> <20050430025211.GP17379@opteron.random> <20050430152014.GI21897@waste.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050430152014.GI21897@waste.org> X-GPG-Key: 1024D/68B9CB43 13D9 8355 295F 4823 7C49 C012 DFA1 686E 68B9 CB43 User-Agent: Mutt/1.5.9i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1044 Lines: 24 On Sat, Apr 30, 2005 at 08:20:15AM -0700, Matt Mackall wrote: > Most of that psyco speed up is accelerating subsequent diffs in > difflib, which you probably didn't hit yet. Correct. Plus I've a 64bit python so I can't use psyco anyway. > I can make it some sort of environment variable, sure. I think the > speed is already in a domain where it's not a big deal though. There No big deal of course, I mentioned it just because it was by far the most CPU userland intensive operation during checkin. Perhaps doing less vfs syscalls would improve checkin time too, but I'm unsure if that's easily feasible (while disabling compression was certainly easy ;) > Yep, I'm rather new to actually packaging my Python hacks. I sent you by private email a modified package that gets that right. Thanks! - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/