Fastest String Search Algorithm.

Paul Eggert eggert@cs.ucla.edu
Mon Jun 7 20:12:42 GMT 2021


On 6/7/21 4:48 AM, Amit Choudhary wrote:
> SMART only tests for the correctness of the algorithm and doesn't print any
> performance numbers.

SMART is just a research toolkit; you may have to futz with it a bit to 
get it to work for you. It does do timing; look in 
smart-13.03/source/timer.h.

By the way, SMART 13.03 crashes right away for me because it relies on 
undefined behavior in calls like strcmp ("foo", NULL); you might need to 
fix that too.



More information about the Libc-alpha mailing list