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

Faster directory checks #5

Merged
merged 4 commits into from
Nov 12, 2018
Merged

Faster directory checks #5

merged 4 commits into from
Nov 12, 2018

Commits on Oct 29, 2018

  1. Add clean to Makefile

    hltbra committed Oct 29, 2018
    Configuration menu
    Copy the full SHA
    af6a427 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2018

  1. Use scandir to check for files

    This helps the performance because os.listdir() performs
    a full directory scan.
    hltbra committed Nov 8, 2018
    Configuration menu
    Copy the full SHA
    41ffe0e View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2018

  1. Fix lint errors

    hltbra committed Nov 12, 2018
    Configuration menu
    Copy the full SHA
    48636d8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    67d6df4 View commit details
    Browse the repository at this point in the history