Directory indexing feature improves file access time in large directories or directories containing many files by using hashed binary trees to store the directory information.
It is a good way to enable it for example on a web server which has thousands of files in a single directory:
Post new comment