-
Notifications
You must be signed in to change notification settings - Fork 81
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
Here is a BooBoo version #120
Comments
Here is a BooBoo version with some improvements that reads the number of rounds from a file.
EDIT: updated it to make it a little bit faster. Perhaps the other benchmarks would benefit. The only issue now is text formatting, it simply uses %g so it doesn't print all the digits it calculated. |
I've added formatting options so it's fully functional.
|
It's a bit slower than Python but faster than ruby or perl for me. |
I added for loops to BooBoo and that cut the overhead significantly, it is now quite a bit faster than Python but still slower than Lua.
|
The text was updated successfully, but these errors were encountered: