Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

markup: microoptimise for many short filenames in directory #1534

Merged
merged 2 commits into from
May 9, 2017

Commits on May 7, 2017

  1. markup: microoptimise for many short filenames in directory

    Move strings.ToLower() after the early-return length check. This is a safe operation in all cases and should slightly improve directory listing performance when a directory contains many thousands of files with short filenames.
    mappu committed May 7, 2017
    Configuration menu
    Copy the full SHA
    1c732ef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aa36c4c View commit details
    Browse the repository at this point in the history