vote up 2 vote down star
1

Can anyone point to serious comparison of Python runtime footprint versus Java?

Thanks, Avraham

flag
"serious"? You've seen comparisons that are too light-hearted? – S.Lott Apr 27 at 20:55
Since Jython uses the JVM, I'm not sure what kind of comparison you want? CPYhton? Iron Python? – S.Lott Apr 27 at 20:58
Probably CPython. But I think it would also be interesting to see Jython. – mmyers Apr 27 at 21:02

1 Answer

vote up 10 vote down

http://shootout.alioth.debian.org/ is a famous comparison of programming language implementations, their memory footprint and runtime speed.

Here you'll be able to find benchmarks for Python vs. Java.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.