1
0
Fork 0
mirror of https://gitee.com/fantix/kloop.git synced 2024-05-15 19:42:41 +00:00
kloop/README.md
2022-03-19 17:41:48 -04:00

629 B

kLoop

kLoop is an implementation of the Python asyncio event loop written in Cython, using io_uring and kTLS features of the Linux kernel, open-sourced and released under the MulanPSL - 2.0 license.

⚠️WARNING: THIS PROJECT IS IN PROOF-OF-CONCEPT STAGE!⚠️

Requirements

  • Python >= 3.8
  • Linux >= 5.11 (enable ktls with modprobe ktls)
  • OpenSSL 1.1.1 (3.0 is unnecessary)