This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# -*- coding: utf-8 -*- | |
import random | |
counts = (10,100,1000) | |
benchmark = [] | |
for count in counts: | |
victims = ([], {}) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
django - django.utils.datastructures.MultiValueDict (iteritems() - (key, last_value)) | |
werkzeug - werkzeug.datastructures.MultiDict (iteritems() - (key, first_value)) | |
webob - webob.multidict.MultiDict (iteritems() - (key, value))если у ключа несколько значений, то будет несколько | |
кортежей (key, value1) (key, value2)... | |
webware - FieldStorage | |
nevow - обычный словарь (!) http://www.divmod.org/trac/browser/tags/releases/Nevow-0.9.33/nevow/wsgi.py#L154 | |
woven - см. выше (nevow) | |
turbogears2 - использует pylons | |
pylons - использует webob |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
fabric | |
virtualenv | |
pip | |
sphinx | |
nose | |
coverage |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
qps (framework) | |
ppa (template) | |
mootools (ajax) | |
hg (vcs) |
NewerOlder