-
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
Another addition to your benchmark ? #16
Comments
Would you like to make a pull request with the integration? |
Done. Tested on Windows with interesting results (No compilation warning). I plan an extra speedup by recoding a division by 10000. |
@rchateauneu: https://gist.github.com/anonymous/e78c3535e72d54208529 @miloyip what do you think? perhaps it's time for a more rigorous benchmark? @WojciechMigda mind implementing Terje algorithm? |
@ArashPartow I've been thinking about it for a while already. As usual - depends how much spare time I'd have and not spend it on sth else. |
Here is what I have with Visual Studio 2013, Win32 model, Intel G3250, 3.2 GHz . These results made me think it was worth sharing them. I let you see if you have similar numbers on your own platform. u32toa i32toa u64toa i64toa |
Hello
Please have a look at the Sourceforge project:
https://sourceforge.net/projects/itoa/files/itoa/
http://itoa.cvs.sourceforge.net/itoa/itoa/
It gives interesting performance compared to the existing benches.
On top of that:
Regards
Remi
The text was updated successfully, but these errors were encountered: