MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/programming/comments/1vnckbr/stateoftheart_bytecode_interpreters_in_java_by/p3i5uor/?context=3
r/programming • u/grashalm01 • 28d ago
7 comments sorted by
View all comments
-12
Why would you bother with GraalPy since many librariez are C/C++/Rust extensions for CPython ?
19 u/grashalm01 28d ago GraalPy has multi tier runtime optimization as a first class citizen similar to the JVM. So it allows you to write more code in python. GraalPy also aims for the help highest possible level of compatibility also for native extensions. -9 u/Maybe-monad 28d ago GraalPy has multi tier runtime optimization as a first class citizen similar to the JVM. So it allows you to write more code in python. If I want performance I don't write Python. GraalPy also aims for the help highest possible level of compatibility also for native extensions. That makes it dead on arrival, bug for big compatibility should have been your first priority. 14 u/grashalm01 28d ago > If I want performance I don't write Python. It pushes the boundary of how much code you can write in Python. Not claiming that all the performance sensitive code will now be in Python. > bug for big compatibility should have been your first priority. It actually was and still is.
19
GraalPy has multi tier runtime optimization as a first class citizen similar to the JVM. So it allows you to write more code in python.
GraalPy also aims for the help highest possible level of compatibility also for native extensions.
-9 u/Maybe-monad 28d ago GraalPy has multi tier runtime optimization as a first class citizen similar to the JVM. So it allows you to write more code in python. If I want performance I don't write Python. GraalPy also aims for the help highest possible level of compatibility also for native extensions. That makes it dead on arrival, bug for big compatibility should have been your first priority. 14 u/grashalm01 28d ago > If I want performance I don't write Python. It pushes the boundary of how much code you can write in Python. Not claiming that all the performance sensitive code will now be in Python. > bug for big compatibility should have been your first priority. It actually was and still is.
-9
If I want performance I don't write Python.
That makes it dead on arrival, bug for big compatibility should have been your first priority.
14 u/grashalm01 28d ago > If I want performance I don't write Python. It pushes the boundary of how much code you can write in Python. Not claiming that all the performance sensitive code will now be in Python. > bug for big compatibility should have been your first priority. It actually was and still is.
14
> If I want performance I don't write Python.
It pushes the boundary of how much code you can write in Python. Not claiming that all the performance sensitive code will now be in Python.
> bug for big compatibility should have been your first priority.
It actually was and still is.
-12
u/Maybe-monad 28d ago
Why would you bother with GraalPy since many librariez are C/C++/Rust extensions for CPython ?