Skip to content

Switch to faster micromatch lib #332

@AndyOGo

Description

@AndyOGo

Why switch to micromatch?

  • Native support for multiple glob patterns, no need for wrappers like multimatch
  • 10-55x faster and more performant than minimatch and multimatch. This is achieved through a combination of caching and regex optimization strategies, a fundamentally different approach than minimatch.
  • More extensive support for the Bash 4.3 specification
  • More complete extglob support
  • Extensive unit tests (approx. 1,300 tests). Minimatch fails many of the tests.

See: https://github.com/jonschlinkert/micromatch#why-switch-to-micromatch

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions