Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/fs/udf



Module Name:    src
Committed By:   reinoud
Date:           Tue Sep 19 23:59:16 UTC 2006

Modified Files:
        src/sys/fs/udf: udf.h udf_subr.c

Log Message:
Make VOP_LOOKUP's O(1) instead of O(n log(n)) giving a speedup of 7500% on
a 1400 file directory.


To generate a diff of this commit:
cvs rdiff -r1.6 -r1.7 src/sys/fs/udf/udf.h
cvs rdiff -r1.17 -r1.18 src/sys/fs/udf/udf_subr.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index