mirror of
https://gitee.com/fantix/kloop.git
synced 2024-11-21 18:01:00 +00:00
No description
src/kloop | ||
tests | ||
.gitignore | ||
LICENSE | ||
Makefile | ||
MANIFEST.in | ||
pyproject.toml | ||
README.en.md | ||
README.md | ||
setup.cfg | ||
setup.py |
kLoop
kLoop is an implementation of the Python asyncio event loop written in Cython, using io_uring and kTLS features of the Linux kernel, therefore called k(ernel)Loop.
kLoop is 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 >= 3.0