You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The wsaccel package doesn't do masking optimally, the masking is only fractionally faster than my pure-Python implementation. aiohttp has masking in C which does it a uint64 at a time. I would like to extract that in to an optional lomondaccel package.