Announcement
Collapse
No announcement yet.
Python 3.11 Performance Benchmarks Are Looking Fantastic
Collapse
X
-
Originally posted by sinepgib View Post
To be fair, "decorator" is a more standard name for the feature, it comes from the old decorator pattern you would use in object oriented languages.
- Likes 2
Comment
-
Originally posted by ssokolow View Post
That's true, but, in this case, given that Java's annotations apparently came first, and finding "decorator pattern" when looking for an equivalent to that syntax makes things more difficult, I think it was a bad idea.
Comment
-
I'd like to see some RAM usage benchmark too. Historically RAM usage has been a big issue for python. For some work you can afford to wait an 20-40% more time, but if you run out of system memory you just need a better machine (or money to scale up your paid hosted system).
- Likes 1
Comment
Comment