Y
Hacker News
new
|
ask
|
show
|
jobs
by
bogota
910 days ago
And also produces so much waste since almost no one writing python thinks at all about performance leading to some of the dumbest looking architectures i have seen to scale up to even a small amount of requests.
1 comments
oblio
909 days ago
And your counterargument to that is... Ruby?
link
Qem
909 days ago
Nowadays Ruby has built-in JIT compilation, through YJIT.
link
oblio
908 days ago
Isn't that the thing where it outputs C and then compiles the C code and then runs that?
link
ric2b
908 days ago
Yes, but it caches the generated code, so if you run a function 1000 times you only pay the compilation cost once.
link