Assembly string functions in i386 libc

Matthew Dillon dillon at apollo.backplane.com
Wed Jul 11 22:31:40 UTC 2007


    Long ago I decided that strlen() was simply not in the critical path
    for virtually any program.  A few nanoseconds here or there is not
    going to result in any noticeable improvement for any program other then
    a benchmark designed to test strlen().  It isn't worth the effort to
    optimize.

					-Matt


More information about the freebsd-arch mailing list