Skip to content
  • Keith Packard's avatar
    Eliminate NormalizeDir. Eliminate gratuitous stat/access calls per dir. · db50cbda
    Keith Packard authored
    Normalized directory names offer protection against looped directory trees
    but cost enormous numbers of system calls (stat per file in the hierarchy).
    Also, cache file directory name contents are validated each time the
    directory is modified, don't re-validate every time the cache file is loaded
    with an access and stat call.
    db50cbda