Section 01
[Introduction] HPActor: A Million-Level Concurrent Distributed Actor Framework for AI Inference
HPActor is a high-performance distributed framework based on the Actor model, designed specifically for building next-generation AI inference service platforms. It achieves million-level concurrency support through C++20 coroutines, lock-free schedulers, and a two-level Slab memory allocator, making it particularly suitable for long-running interactive agent workflows.