Найти
-
Пользователи
Полная версия:
Скорость
Начало
»
Python для новичков
»
Скорость
1
jartasa
Фев. 19, 2010 18:59:17
Обрабатываю много информации,как будет работать быстрее ?
f = string.find("^")
re.findall("blalba",string)
f = string.find("^")
re.findall("blalba",string[f:])
Zubchick
Фев. 19, 2010 19:07:07
import time
t1 = time.clock()
код…
print time.clock() - t1
bazooka
Фев. 19, 2010 22:17:55
http://docs.python.org/library/timeit.html
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please
click here
.
Powered by
DjangoBB