22 Oct 2004 ingvar   » (Master)

OK, small (really minor) code change to teh netflow reader library. One type declaration (declaring the return value from a READ-BYTE call as an (UNSIGNED-BYTE 8)) seems to knock teh speed down to "comparable with C".

; Evaluation took:
;   16.45 seconds of real time
;   10.88 seconds of user run time
;   1.52 seconds of system run time
;   39,267,241,128 CPU cycles
;   [Run times include 0.59 seconds GC run time]

Same test file as before, so we're down about 0.56 s on plain "chug through the file".

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!