]> git.ipfire.org Git - thirdparty/tornado.git/commit
Add cython-based speedup for websocket mask function.
authorBen Darnell <ben@bendarnell.com>
Fri, 25 Oct 2013 19:46:13 +0000 (15:46 -0400)
committerBen Darnell <ben@bendarnell.com>
Sun, 27 Oct 2013 02:13:14 +0000 (22:13 -0400)
commite8dc5e427d2e244c519c4211fb1796e747b77ed1
treeb577f2cdced438693ffa9b4c40b2ed74f7ef4d35
parent0d0f583544a7c4883ccaaad0cacafee11abb360c
Add cython-based speedup for websocket mask function.

This optimization is currently activated only if Cython is present
when Tornado is installed.
MANIFEST.in
setup.py
tornado/speedups.pyx [new file with mode: 0644]
tornado/test/websocket_test.py
tornado/websocket.py
tox.ini