DEV Community

Discussion on: Python vs Java

Collapse
 
siy profile image
Sergiy Yevtushenko

One clarification: usually Java performs very close to C (no 3x slowdown). In some cases (heavy allocation/deallocation) it may outperform C due to much lower overhead for such operations in Java runtime.