From: throopw@sheol.org (Wayne Throop)
Subject: Re: scroll speed - emacs vs. xterm vs. rxvt
Date: Tue, 04 Mar 2003 02:04:58 GMT [thread overview]
Message-ID: <1046743498@sheol.org> (raw)
In-Reply-To: b40m6d$7th$1@tilde.itg.ti.com
: Alexander Sirotkin <demiurg@ti.com>
: I've noticed that compilation time greatly depends on a terminal you
: run it in, at least for one particular project which prints lots of
: information during build process. When I redirect it to a file it
: speeds the compilation time by 30% and when it's run in a terminal
: (konsole or gnome-terminal) top shows that X+terminal consumes about
: 20% CPU load.
:
: I decided to compare different terminals in terms of scroll speed, and
: here is what I found :
:
: rxvt : 1 xterm : 2.4 konsole : 6 gnome-terminal : 11 emacs : 42
:
: Meaning that for instance rxvt is 42 times faster than emacs.
:
: Well... actually I don't know what to add, these results look pretty
: bad to me. It means that I will never compile in emacs window and
: should abandon all terminals except for rxvt.
Is that with the tested app iconized, or does that count the constant
X screen updates? What you want for such displays is something that
does really exagerated jumpscrolling; you could write a tcl/tk script
that'd do the trick, ie, be a VERY dumb terminal, but with a more
efficient display of high speed spewed text. Hrm... the scripts I
have on my shelf just handle output and display, though; not things
like typing inputs, interupts, etc. Ah well.
I guess the point is that the above example apps are all oriented to
doing characer-by-character updates with low latency, instead of to
monitoring the growing tip of a spewed stream of data with relatively
little interaction. Well... emacs shows more poorly than I'd expect
for that reason alone, but still...
Wayne Throop throopw@sheol.org http://sheol.org/throopw
next prev parent reply other threads:[~2003-03-04 2:04 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-03-03 22:50 scroll speed - emacs vs. xterm vs. rxvt Alexander Sirotkin
2003-03-03 22:54 ` Thomas Glanzmann
2003-03-04 2:04 ` Wayne Throop [this message]
2003-03-04 8:10 ` Kai Großjohann
2003-03-04 9:45 ` David Kastrup
2003-03-04 10:04 ` Måns Rullgård
2003-03-04 19:56 ` Kevin Rodgers
2003-03-04 22:40 ` Alexander Sirotkin
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1046743498@sheol.org \
--to=throopw@sheol.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.