16 May 2011 karlberry   » (Master)

Belatedly discovered that removing trailing whitespace with s/\s*$// instead of s/\s+$// was costing a full second of runtime every time the texlive.tlpdb file was read (about 50% of the read time). Furthermore, we apparently don't need to remove trailing whitespace at all (more savings). Unless I'm missing something obvious, this should be a nice fix for the 2011 release :).

Latest blog entries     Older blog entries

New Advogato Features

New HTML Parser: The long-awaited libxml2 based HTML parser code is live. It needs further work but already handles most markup better than the original parser.

Keep up with the latest Advogato features by reading the Advogato status blog.

If you're a C programmer with some spare time, take a look at the mod_virgule project page and help us with one of the tasks on the ToDo list!