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

Optimise performance #9

Merged
merged 1 commit into from
Jul 17, 2015
Merged

Optimise performance #9

merged 1 commit into from
Jul 17, 2015

Conversation

dhritzkiv
Copy link
Contributor

Moving some of the variable assignments after the if (filter) statement should result in a slight increase in speed, as the values only need to be calculated if the file is eligible.

Moving some of the variable assignments after the `if (filter)` statement should result in a slight increase in speed, as the values only need to be calculated if the file is eligible.
webpro added a commit that referenced this pull request Jul 17, 2015
@webpro webpro merged commit d3951e4 into webpro:master Jul 17, 2015
@webpro
Copy link
Owner

webpro commented Jul 17, 2015

Thanks! Released as v1.0.6

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

Successfully merging this pull request may close these issues.

None yet

2 participants