ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/IO-AIO/AIO.pm
(Generate patch)

Comparing IO-AIO/AIO.pm (file contents):
Revision 1.47 by root, Thu Dec 29 15:44:13 2005 UTC vs.
Revision 1.48 by root, Thu Feb 16 16:38:57 2006 UTC

282 282
283Then entires will be sorted into likely directories (everything without a 283Then entires will be sorted into likely directories (everything without a
284non-initial dot) and likely non-directories (everything else). Then every 284non-initial dot) and likely non-directories (everything else). Then every
285entry + C</.> will be C<stat>'ed, likely directories first. This is often 285entry + C</.> will be C<stat>'ed, likely directories first. This is often
286faster because filesystems might detect the type of the entry without 286faster because filesystems might detect the type of the entry without
287reading the inode data (e.g. ext2s filetype feature). If that succeeds, 287reading the inode data (e.g. ext2fs filetype feature). If that succeeds,
288it assumes that the entry is a directory or a symlink to directory (which 288it assumes that the entry is a directory or a symlink to directory (which
289will be checked seperately). 289will be checked seperately).
290 290
291If the known number of directories has been reached, the rest of the 291If the known number of directories has been reached, the rest of the
292entries is assumed to be non-directories. 292entries is assumed to be non-directories.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines