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 colors #853

Merged
merged 2 commits into from
Nov 14, 2021
Merged

Faster colors #853

merged 2 commits into from
Nov 14, 2021

Commits on Nov 14, 2021

  1. Don't color each path component separately

    It can be expensive to color each path component separately, requiring a
    stat() call on each component.  For deep hierarchies this can result in
    quadratic overhead.  Instead, just color the path up to the basename as
    a directory.
    
    Fixes sharkdp#720.
    tavianator authored and sharkdp committed Nov 14, 2021
    Configuration menu
    Copy the full SHA
    58ac77d View commit details
    Browse the repository at this point in the history
  2. Add CHANGELOG entry

    sharkdp committed Nov 14, 2021
    Configuration menu
    Copy the full SHA
    13390b3 View commit details
    Browse the repository at this point in the history