In message <mailman.99.1266915651.4577.python-l...@python.org>, Ishwor Gurung wrote:
> Java - The JVM code been hacked to death by Sun engineers (optimised) > Python - The PVM code has seen speed-ups in Unladen or via Pyrex.. > ad-infinitum but nowhere as near to JVM Python is still faster, though. I think a key reason is that its VM supports reference-counting, which the Java folks never quite got the grasp of. So you see, it’s all about working smarter, not harder. -- http://mail.python.org/mailman/listinfo/python-list