python3-uvloop

fast implementation of asyncio event loop on top of libuv
  https://github.com/MagicStack/uvloop
  0
  no reviews



Uvloop is a fast, drop-in replacement of the built-in asyncio event loop. uvloop is implemented in Cython and uses libuv under the hood. It makes asyncio 2-4x faster.