initc3 / HoneyBadgerMPC

Robust MPC-based confidentiality layer for blockchains
GNU General Public License v3.0
131 stars 64 forks source link

Use uvloop as asyncio event loop #393

Open sbellem opened 4 years ago

sbellem commented 4 years ago

That would for (I/O) optimization reasons if needed.

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.

-- https://github.com/MagicStack/uvloop

If the current state of the project does not require such optimization, this issue may be closed.