dazinator / DotNet.Glob

A fast globbing library for .NET / .NETStandard applications. Outperforms Regex.
MIT License
363 stars 27 forks source link

Benchmark Non Matches #11

Closed dazinator closed 7 years ago

dazinator commented 7 years ago

I have some benchmarks that benchmark glob.IsMatch() for loads of successful matches.

However, I also need to benchmark glob.IsMatch() for unsuccessful matches - as dotnet glob should be highly efficient at evaluating an unsuccesful match, and returning a result as fast as possible,