Performance
- Java VM startup time does not rival CPython's
- JVM ships with JIT; Python requires seperate download of Psyco (not available for OS X)
- Language backgrounds dictate where performance gains are realized
Python's scripting background addresses startup, file iteration Java is focuses primarily on server processes with many threads
- Some optimizations
|