r/processing • u/headlessBleu • 15d ago
is there speed difference between java, java script, python, c++?
is one more stable than the others?
0
Upvotes
r/processing • u/headlessBleu • 15d ago
is one more stable than the others?
3
u/Nswl 15d ago
Yes. Python being the slowest, c++ being the fastest. Though I’m not sure about pythons processing implementation, but I know for many python libraries they are just wrappers for c++ code, but there is still the extra step when running the code to process those wrappers. And the wrappers are only for functions.