Our bloat problem
Posted Aug 4, 2005 7:15 UTC (Thu) by
eru (subscriber, #2753)
In reply to:
Our bloat problem by hp
Parent article:
Our bloat problem
There are some real limits on bloat improvements, though. Things like terminal scrollback buffer, emails, web pages, icons, background images are going to be big, and they're going to be bigger the more you have of them.
Actually this "payload data" is often minuscule. Take those
terminal scrollback buffers. Assuming each line contains 60 characters
on the average (probably an over-estimate) and you have them in a
linked list with 8 bytes for links to the previous and next line,
storing a 1000 lines needs just 66.4 Kb. Where does the rest of the
21 Mb of gnome-terminal go?
Similarly in emails, a single piece of mail might typically need
of the order of 10 Kb for one textual message.
Images and sound files are of course inevitably large, but not
most applications don't deal with them.
(
Log in to post comments)