Ruby faster than Python???

S

Steve Litt

Hi all,

I read somewhere that Ruby is quite a bit faster than Python. Is
that true? Is it true under most circumstances, or just in special
cases?

The same article also said Ruby was somewhat slower than Perl :)

SteveT

Steve Litt
http://www.troubleshooters.com
(e-mail address removed)
 
J

James Edward Gray II

Hi all,

I read somewhere that Ruby is quite a bit faster than Python. Is
that true? Is it true under most circumstances, or just in special
cases?

I'm sure you could find special cases to favor either, but in general
I would expect just the opposite. Python's got quite a few clever
optimizations (as I understand it), and Ruby is known to have a few
speed issues.
The same article also said Ruby was somewhat slower than Perl :)

Definitely, yes. In my experience, Perl is quite a bit zippier for
many operations.

There's a reason we're all excited about YARV... ;)

James Edward Gray II
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,755
Messages
2,569,535
Members
45,007
Latest member
obedient dusk

Latest Threads

Top