python/stream
Ulrik Mikaelsson ced17c6881 stream/ws_client: Use StringIO for WSClient._all
bytes() += bytes() copies both buffers into a new one, causing exponential
cost and gradual slow-down. Replacing with StringIO improves that
2019-11-27 13:45:52 +01:00
..
__init__.py Remove all shebangs from Python modules and checker 2019-08-27 22:18:52 +02:00
stream.py Remove all shebangs from Python modules and checker 2019-08-27 22:18:52 +02:00
ws_client_test.py Remove all shebangs from Python modules and checker 2019-08-27 22:18:52 +02:00
ws_client.py stream/ws_client: Use StringIO for WSClient._all 2019-11-27 13:45:52 +01:00