Re: Optimisation Hints (dict processing and strings)

2005-03-29 Thread OPQ
#For the record, I'm not on premature optimisation anymore. #The code is working. I just want to save hours of computing, without relying to much on C extensions. #Nevertheless, thansk for tips, clarifications and explanations. > longone=longone + char # where len(char)== 1 > > > > I known t

Optimisation Hints (dict processing and strings)

2005-03-29 Thread OPQ
with timeit, but still would like to hear from your experience. Thanks ! --OPQ -- http://mail.python.org/mailman/listinfo/python-list