Rustgate – Bypassing Python's event loop for token-aware rate limiting
Rust-powered token counting for FastAPI, but rate limiting is a solved problem.
An event loop for asyncio written in Rust
Rust asyncio event loop targeting Windows where uvloop doesn't run.
Python developers needing async performance optimization
uvloop · asyncio
in tests it shows seamless migration from uvloop for my scraping framework https://github.com/BitingSnakes/silkworm
with APIs (fastapi) it shows only one advantage: better p99, uvloop is faster about 10-20% in the synthetic run
currently, i am forking on the win branch to give it windows support that uvloop lacks
Rust-powered token counting for FastAPI, but rate limiting is a solved problem.
Python FFI bridge via PyO3 is clever, but tool-calling frameworks are crowded.
Python syntax on Rust Actix core reaches 20k RPS, but Mojo and uv already address Python speed.
Typed, hookable agent loop in Rust when LangChain dominates Python.
Clean agent loop with parallel tool execution—but 260-line claim doesn't match full feature set.
Finally: XLOOKUP, FILTER, dynamic arrays in Python—openpyxl can't, xlcalc won't.