2 Sep 2002 yusufg   » (Apprentice)

Had a peek at the strstr implementation in glibc. Not sure what algorithm it uses though the author claims its the fastest (does it beat KMP,Boyer-Moore ?) Also, glibc has some assembly language versions of string functions which are supposedly used when you compile with -O1 upwards. I should try to get some zen with objdump to see if I can figure out if the assembly versions get used in x86 or not

Latest blog entries     Older blog entries

New Advogato Features

FOAF updates: Trust rankings are now exported, making the data available to other users and websites. An external FOAF URI has been added, allowing users to link to an additional FOAF file.

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!