snower / TorMySQL

The highest performance asynchronous MySQL driver by PyMySQL
MIT License
308 stars 63 forks source link

use bytearray buffers instead of deque buffers #15

Closed lalawila closed 7 years ago

lalawila commented 7 years ago

I have bug in this project with recent tornado version. Tornado have used bytearray instead of deque.

snower commented 7 years ago

thanks.