cvs commit: src/sys/fs/msdosfs msdosfs_conv.c

Nate Lawson njl at FreeBSD.org
Tue Feb 8 07:51:14 GMT 2005


njl         2005-02-08 07:51:14 UTC

  FreeBSD src repository

  Modified files:
    sys/fs/msdosfs       msdosfs_conv.c 
  Log:
  Unroll the loop for calculating the 8.3 filename checksum.  In testing
  on my P3, microbenchmarks show the unrolled version is 78x faster.  In
  actual use (recursive ls), this gives an average of 9% improvement in
  system time and 2% improvement in wall time.
  
  Revision  Changes    Path
  1.39      +14 -5     src/sys/fs/msdosfs/msdosfs_conv.c


More information about the cvs-src mailing list