String Identity Test
Bruno Desthuilliers
bruno.42.desthuilliers at websiteburo.invalid
Thu Mar 5 07:40:48 EST 2009
Avetis KAZARIAN a écrit :
> Well, it's not about curiosity, it's more about performance.
> Steve Holden wrote:
(snip)
>> So, don't try to translate concepts from one language to another.
>
> I'll try ;]
Also and FWIW:
1/ Python has some very handy tools when it comes to perfs - like a
couple profilers (to identify bottlenecks), or the timeit module (for
quick benchmarks).
2/ Most "best practice" idioms are frequently discussed here
3/ If you have performance problems related to wrong algorithm/data
structure, some of us here _really_ enjoy helping !-)
Welcome onboard.
More information about the Python-list
mailing list