Originally posted by marios
View Post
Announcement
Collapse
No announcement yet.
Python 3.11 Performance Benchmarks Are Looking Fantastic
Collapse
X
-
Originally posted by marios View PostDear python,
you are a slow scripting language. You are only getting improvements in performance because your baseline sucks. You are not fast. You will never be fast. You are suboptimal by design. Now do something useful and try to persuade anyone who cares about performance to use a compiled language instead of slow scripting languages. And stop trying to be fast, you will never be. Any attempt to optimise something suboptimal by design will result in something suboptimal by design. Accept your fate at last and stop tormenting us.
Likewise Django and its reusable apps over its alternatives.
To paraphrase Steve Ballmer: Ecosystem Ecosystem Ecosystem Ecosystem
- Likes 10
Comment
-
Originally posted by marios View PostDear python,
you are a slow scripting language. You are only getting improvements in performance because your baseline sucks. You are not fast. You will never be fast. You are suboptimal by design. Now do something useful and try to persuade anyone who cares about performance to use a compiled language instead of slow scripting languages. And stop trying to be fast, you will never be. Any attempt to optimise something suboptimal by design will result in something suboptimal by design. Accept your fate at last and stop tormenting us.
- Likes 14
Comment
-
Originally posted by bug77 View Post
I'm not sure what the problem is. Python runs on top of a runtime environment. What's wrong with improving the performance of that runtime?
- Likes 12
Comment
-
Originally posted by bug77 View Post
I'm not sure what the problem is. Python runs on top of a runtime environment. What's wrong with improving the performance of that runtime?
- Likes 5
Comment
-
Originally posted by marios View PostThe problem is that it will never be fast enough.
Originally posted by marios View PostIt will always be orders of magnitude slower than C, C++, Rust etc. So the effort should go to porting python applications that suffer from poor performance to compiled languages instead.
- Likes 24
Comment
-
Originally posted by bug77 View Post
Python is already fast enough for what it's supposed to do.
Originally posted by bug77 View Post
No scripting languages will ever be as fast as properly compiled code. Are you suggesting interpreted languages should never receive performance optimizations?
- Likes 3
Comment
-
Originally posted by marios View PostI suggest that people should avoid interpreted languages if performance might be an issue. But since effort on writing software is limited, it would be more beneficial to spend this effort on rewriting applications and libraries (and their APIs) in compiled languages than optimising interpreters.
- Likes 6
Comment
-
Originally posted by marios View Post
it would be more beneficial to spend this effort on rewriting applications and libraries (and their APIs) in compiled languages than optimising interpreters.
- Likes 9
Comment
Comment