Xfce 4.4: The best lightweight desktop environment (Linux.com)
Posted Feb 21, 2007 15:12 UTC (Wed) by
drag (subscriber, #31333)
In reply to:
Xfce 4.4: The best lightweight desktop environment (Linux.com) by muwlgr
Parent article:
Xfce 4.4: The best lightweight desktop environment (Linux.com)
I don't use tabs either.
Gnome-terminal may be more bloated, but it's faster. If that sort of thing matters for you.
time seq 1 8 |while read i;do find;done
Just doing find on my home directory. It's all in cache so it's not bound by disk i/o any.
for Gnome-terminal:
real 0m23.513s
user 0m1.076s
sys 0m1.232s
For Xterm:
real 1m2.605s
user 0m1.580s
sys 0m1.464s
And that is gnome-terminal using the 'DejaVu Sans Mono Book' font with the 'best shapes' font rendering vs whatever is the default for xterm.
Although it's slightly faster opennning up...
time seq 1 18 |while read i;do xterm -e ls ;done
for gnome-terminal
real 0m8.645s
user 0m1.784s
sys 0m0.424
for xterm
real 0m7.079s
user 0m3.036s
sys 0m0.320
$ xterm -v
XTerm(224)
Gnome gnome-terminal 2.14.2
:)
(
Log in to post comments)