Python is much faster than Java?
Nemeth Miklos
nemeth at iqsoft.hu
Mon Jan 10 16:03:38 EST 2000
More information about the Python-list mailing list
Mon Jan 10 16:03:38 EST 2000
- Previous message (by thread): starting a cgi with params
- Next message (by thread): Python is much faster than Java?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
A colleague implemented a sorting algorithm in both Java and Python (CPython on NT) just to test the capabilities of Python. He is (or may be only was) a Java fan, but I spoke to him about Python so much, that he decided to make some comparisons. After the tests it turned out that the Python implementation was 5 times faster? We could not believe our eyes! How is it possible? A knew that Java is very poor in managing object (creating them and garbage collecting them), but I thought it is fast enough for procedural programming. NM
- Previous message (by thread): starting a cgi with params
- Next message (by thread): Python is much faster than Java?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list