Найти - Пользователи
Полная версия: Скорость
Начало » Python для новичков » Скорость
1
jartasa
Обрабатываю много информации,как будет работать быстрее ?
f = string.find("^")
re.findall("blalba",string)
f = string.find("^")
re.findall("blalba",string[f:])
Zubchick
import time

t1 = time.clock()
код…
print time.clock() - t1
bazooka
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