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 increase #46

Merged
merged 1 commit into from
Jan 20, 2017
Merged

Performance increase #46

merged 1 commit into from
Jan 20, 2017

Conversation

vitormattos
Copy link
Contributor

  • Upgrade phpseclib/phpseclib from 2.0.4 to dev-master

I observed a good decrease of execution time of application with this change.

using 2.0.4:
396 different functions called in 121885 milliseconds (1 runs, 396 shown)

using dev-master:
357 different functions called in 55321 milliseconds (1 runs, 357 shown)

* Upgrade `phpseclib/phpseclib` from `2.0.4` to `dev-master`
@danog danog merged commit 02c94c4 into danog:master Jan 20, 2017
@danog
Copy link
Owner

danog commented Jan 21, 2017

I merged this because the metrics looked freaking good, but now I noticed that this breaks compatibility for php < 7.
Maybe this wasn't such a good idea...

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.

2 participants