-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
I've set up a fork to demonstrate what I'm talking about. You can see it here:
https://github.com/ryantate13/php-node-bubblesort-test/
In my test runs PHP is consistently ~20x slower than Node. I set up a script to cycle through 100 test runs and take the min time of each set per platform.
If you clone my repo and run make test you can see it in action. PHP is v7.2.18, Node is v10.14.2.
time elapsed (nanoseconds) for php is 133,391,141
time elapsed (nanoseconds) for node is 7,014,987
SalvatorePreviti and gregbacchus
Metadata
Metadata
Assignees
Labels
No labels