Forum Moderators: bakedjake
There are a lot of practical and small desktop applications that are pretty well known -- Sylpheed for email, gLinks(-Hacked) or Dillo for browser and so on, but there are also several small back-end applications that are less known.
Here are a couple of small applications that only a geek could love.
TinyCC [fabrice.bellard.free.fr], a *tiny* C Compiler
This thing is very cool. It compiles C 8 times faster than gcc, fast enough to allow one to use C as a scripting language -- as in "#!/usr/local/bin/tcc". It is also standards compliant, and produces optimized code ( reportedly 70% the execution time of gcc ).
KDrive Tiny X Server(s) [pps.jussieu.fr]
They were written by Keith Packard, who has recently left the XFree86 team.
There are several examples of these servers, a few of which are accelerated, unfortunately there is only documentation for two of them -- Xfbdev and Xvesa.
On Linux/x86, a KDrive server with RENDER support but without support for scalable fonts compiles into less than 700 KB of text. KDrive tends to avoid large memory allocations at runtime, and tries to perform operations ``on the fly'' whenever possible ...
Unlike the usual XFree86 server, a KDrive server is completely self-contained: it does not require any configuration files, and will even function if no on-disk fonts are available. All configuration is done at compile time and through command-line flags.
I use Xvesa in my live CD project (hobby) because of it's ability to be configured on the fly and it's compact size. I am very happy to say that it's also very efficient, it's memory requirements are about 1/5 that of a full size X server.