Python vs Bash - In which kind of tasks each one outruns the other performance-wise ?
Posted
by Doppelganger
on Stack Overflow
See other posts from Stack Overflow
or by Doppelganger
Published on 2010-03-11T12:42:52Z
Indexed on
2010/03/14
6:15 UTC
Read the original article
Hit count: 299
Obviously Python is more user friendly, a quick search on google shows many results that say that, as Python is byte-compiled is usually faster. I even found this that claims that you can see an improvement of over 2000% on dictionary-based operations.
What is your experience on this matter? In which kind of task each one is a clear winner?
© Stack Overflow or respective owner