Skip to content
  • quasicomputational's avatar
    Be more efficient about globbing · 950f6d1a
    quasicomputational authored
    Before, we were walking the directory tree recursively
    unconditionally. Now we check if the pattern is recursive before doing
    that, and also only check the directory's full listing if a glob
    pattern is involved at all, so literal patterns are more efficient.
    950f6d1a