netpoll
Netpoll is a non-blocking I/O networking framework developed by ByteDance for RPC scenarios. It addresses Go's standard library net limitations with an efficient alternative to the traditional model, featuring tools like LinkBuffer and gopool for enhanced performance. With active connection management and a design conducive to microservice architectures, Netpoll supports RPC frameworks like Kitex and Hertz, offering optimized networking in high concurrency environments.