[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: `bzr viz' slooow
From: |
Eli Zaretskii |
Subject: |
Re: `bzr viz' slooow |
Date: |
Wed, 27 Jan 2010 08:02:37 -0500 |
> From: Óscar_Fuentes <address@hidden>
> Date: Wed, 27 Jan 2010 13:27:45 +0100
>
> The VC DAG is not a tree.
Nevertheless, I see no reason why tree-widget couldn't support some
reasonable display based on "bzr log".
> 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.
According to this:
bzr log --line -n0 | wc
we had 106759 revisions 3 weeks ago (I don't have an up to date tree
where I type this). To use up 280MB for that means 2KB per revision,
which sounds almost unbelievable. Maybe I'm missing something
important.
> It would be great to have that functionality on Emacs. It's VC-log on
> steroids.
Sure. Any volunteers?
- Re: `bzr viz' slooow, (continued)
Re: `bzr viz' slooow, Dan Nicolaescu, 2010/01/26
Re: `bzr viz' slooow, Ken Hori, 2010/01/27
- Re: `bzr viz' slooow, Werner LEMBERG, 2010/01/27
- Re: `bzr viz' slooow, Óscar Fuentes, 2010/01/27
- Re: `bzr viz' slooow, Werner LEMBERG, 2010/01/27
- Re: `bzr viz' slooow, Werner LEMBERG, 2010/01/27
- Re: `bzr viz' slooow, Eli Zaretskii, 2010/01/27
- Re: `bzr viz' slooow, Óscar Fuentes, 2010/01/27
- Re: `bzr viz' slooow,
Eli Zaretskii <=