-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Crystal is much slower in recent releases #9198
Comments
This are real-world benchmarks! 😄 |
Right! We're back at beating C! ;D
Yeah, I know it's not much of a benchmark. But it does some basic dereferencing and a loop. Pretty much what my coding, at least, is all about. 😅 |
So... issue closed? :D |
Well, yeah. I think. Thanks. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Please, check this one out: https://gitlab.com/renich/benchmarks/-/jobs/493556257#L127. Crystal's test starts at line: 142. It used to be much faster than even C when printing 1_000_000 lines. Now, it's not.
My latest (local) result:
This started with v0.34.0... I think. It could've been v0.33.00.
In any case, I don't even know if this is a bug or not. Just wanted to report it.
I hope you fix it... otherwise, the days of bragging about this are gone: https://twitter.com/Renich/status/1138838599397519360 😢
Even @asterite commented on it! ;D
The text was updated successfully, but these errors were encountered: