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

Performance Comparison Tests #2

Closed
dazinator opened this issue Dec 7, 2016 · 1 comment
Closed

Performance Comparison Tests #2

dazinator opened this issue Dec 7, 2016 · 1 comment

Comments

@dazinator
Copy link
Owner

dazinator commented Dec 7, 2016

Do some performance comparison against https://github.com/kthompson/glob which currently uses Regex. I have dubbed this a fast globbing library, so better fact check that claim. If this library is dismally slower then scrap it.

dazinator added a commit that referenced this issue Dec 7, 2016
Added a very basic xunit test which does some performance comparison against other available glob libraries.
@dazinator
Copy link
Owner Author

Performance test was very very basic, but initial results show that this library is pretty decent. It beats a compiled Regex in my test case which is currently good enough for me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant