KCP是一个快速可靠协议,能以比 TCP 浪费 10%-20% 的带宽的代价,换取平均延迟降低 30%-40%,且最大延迟降低三倍的传输效果。纯算法实现,并不负责底层协议(如UDP)的收发,需要使用者自己定义下层数据包的发送方式,以 callback的方式提供给 KCP。 连时钟都需要外部传递进来,内部不会有任何一次系统调用。
An extendable async API using FastAPI, Pydantic V2, SQLAlchemy 2.0, PostgreSQL and Redis.
基于java的netty实现的可靠udp网络库(kcp算法),包含fec实现,可用于游戏,视频,加速等业务
Fast Programmable Nexus Network
An extendable async API using FastAPI, SQLModel, PostgreSQL and Redis.
A distributed task queue built with asyncio and redis, with built-in web interface
#自然语言处理#Asynchronous Python Wrapper For A.R.Q API.
Simple and small reliable UDP networking library for games
A C++/Go KCP implement. KCP C++ is driven by libevent, which has the same abstraction as the TCP connection.
A fully asynchronous FastAPI boilerplate. Built for extensibility and speed, it incorporates FastAPI, SQLModel, Alembic, PostgreSQL, Redis, and ARQ. 🚀
智能抢课系统——适用于湾大正方教务管理系统的抢课系统。
🏇 Generic Python library for running asynchronous workers. Useful for building event handlers, web frameworks, and alike.