Skip to content
forked from MagicStack/uvloop

Ultra fast asyncio event loop.

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

pdxtrader/uvloop

Repository files navigation

https://travis-ci.org/MagicStack/uvloop.svg?branch=master

An implementation of asyncio-compatible event loop on top of libuv. This is a research prototype, do not use it in production.

Build Instructions

You'll need Cython and Python 3.5. The best way is to create a virtual env, so that you'll have cython and python commands pointing to the correct tools.

  1. git clone --recursive https://github.com/1st1/uvloop.git
  2. cd uvloop; make
  3. make test

About

Ultra fast asyncio event loop.

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 98.8%
  • Other 1.2%