From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?utf-8?Q?=C3=93scar_Fuentes?= Newsgroups: gmane.emacs.devel Subject: Re: `bzr viz' slooow Date: Tue, 26 Jan 2010 19:37:59 +0100 Message-ID: <877hr4ww3c.fsf@telefonica.net> References: <20100126.180554.173876640.wl@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1264531161 13149 80.91.229.12 (26 Jan 2010 18:39:21 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 26 Jan 2010 18:39:21 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jan 26 19:39:14 2010 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1NZqJl-0003ny-EM for ged-emacs-devel@m.gmane.org; Tue, 26 Jan 2010 19:39:13 +0100 Original-Received: from localhost ([127.0.0.1]:33163 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NZqJm-0005VF-MQ for ged-emacs-devel@m.gmane.org; Tue, 26 Jan 2010 13:39:14 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NZqJ5-00051S-Bv for emacs-devel@gnu.org; Tue, 26 Jan 2010 13:38:31 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NZqIz-0004wk-UO for emacs-devel@gnu.org; Tue, 26 Jan 2010 13:38:30 -0500 Original-Received: from [199.232.76.173] (port=41654 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NZqIz-0004wY-JP for emacs-devel@gnu.org; Tue, 26 Jan 2010 13:38:25 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]:59393) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1NZqIy-0004GF-V8 for emacs-devel@gnu.org; Tue, 26 Jan 2010 13:38:25 -0500 Original-Received: from list by lo.gmane.org with local (Exim 4.50) id 1NZqIu-0003UY-LK for emacs-devel@gnu.org; Tue, 26 Jan 2010 19:38:20 +0100 Original-Received: from 92.red-88-24-231.staticip.rima-tde.net ([88.24.231.92]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 26 Jan 2010 19:38:20 +0100 Original-Received: from ofv by 92.red-88-24-231.staticip.rima-tde.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 26 Jan 2010 19:38:20 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 13 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 92.red-88-24-231.staticip.rima-tde.net User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.91 (gnu/linux) Cancel-Lock: sha1:3wgQ28NvYaCMgzVLGnfEdQ66S8s= X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:120460 Archived-At: There are several similar tools for bzr, with a varying degree of feature-completeness. Perhaps the most simple is `bzr qlog', from the qbzr plugin. Bazaar Explorer is, possibly, the most complete. qlog takes 20 seconds to show the graph on a 2.4 GHz machine (the number of cores is not very relevant, as the process is single-threaded). In any case I wouldn't expect to match the performance of git, though. BTW, "less than a minute" qualifies as an slow operation for me, so git slow, bzr is sloow (note just one extra `o') Werner LEMBERG writes: [snip]