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: Wed, 27 Jan 2010 13:27:45 +0100 Message-ID: <87ljfjvike.fsf@telefonica.net> References: <20100127.070205.124081201.wl@gnu.org> <87pr4vvm4g.fsf@telefonica.net> <20100127.123024.170021878.wl@gnu.org> <20100127.125133.183018597.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 1264595388 2120 80.91.229.12 (27 Jan 2010 12:29:48 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 27 Jan 2010 12:29:48 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jan 27 13:29:40 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 1Na71f-00007P-46 for ged-emacs-devel@m.gmane.org; Wed, 27 Jan 2010 13:29:39 +0100 Original-Received: from localhost ([127.0.0.1]:60555 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Na71g-0007aT-C6 for ged-emacs-devel@m.gmane.org; Wed, 27 Jan 2010 07:29:40 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Na70N-0006vr-RJ for emacs-devel@gnu.org; Wed, 27 Jan 2010 07:28:19 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Na70J-0006ta-JT for emacs-devel@gnu.org; Wed, 27 Jan 2010 07:28:19 -0500 Original-Received: from [199.232.76.173] (port=47183 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Na70J-0006tU-FT for emacs-devel@gnu.org; Wed, 27 Jan 2010 07:28:15 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]:34025) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Na70I-0006Se-Th for emacs-devel@gnu.org; Wed, 27 Jan 2010 07:28:15 -0500 Original-Received: from list by lo.gmane.org with local (Exim 4.50) id 1Na70A-0007zV-Vf for emacs-devel@gnu.org; Wed, 27 Jan 2010 13:28:07 +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 ; Wed, 27 Jan 2010 13:28:06 +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 ; Wed, 27 Jan 2010 13:28:06 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 18 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:W4RnXxvuVGS5a0QOS3yBojZLOkQ= 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:120497 Archived-At: Eli Zaretskii writes: > Maybe Someone(TM) should simply add a version DAG display to Emacs's > VC. (Maybe it even already exists, I don't know.) Don't we have > enough infrastructure in tree-widget to make that possible? Nothing > will ever be as customizable as Emacs. Some random thoughts on this: The VC DAG is not a tree. Some projects (i.e. Emacs) have a large number of nodes on their DAG (of the order of hundreds of thousands.) A C++ extension like qlog, for instance, uses 280 MB of RES memory on GNU/Linux x86_64 while displaying the Emacs DAG. It would be great to have that functionality on Emacs. It's VC-log on steroids.