how fast is Python?
Lawrence Oluyede
raims at dot.com
Thu Aug 28 15:51:15 EDT 2003
"Steve Horsley" <steve.horsley1 at virgin.NO_SPAM.net> writes:
> Have you heard of Jython - python language running on a java VM? It's kind
> of double interpreted - the python source is converted to JVM bytecode,
> and then the JVM runs it however that JVM runs bytecode. I guess it should
> be many times faster than python because of the JVM performance, and
> wopuld be interested to hear any comparisons.
Jython faster than Python? We did little test and it doesn't seem, look:
http://tinyurl.com/liix
--
Lawrence "Rhymes" Oluyede
http://loluyede.blogspot.com
rhymes at NOSPAMmyself.com
More information about the Python-list
mailing list