5 releases (3 breaking)
0.4.0 | Nov 1, 2024 |
---|---|
0.3.0 | Jul 12, 2024 |
0.2.0 | May 10, 2024 |
0.1.1 | Apr 18, 2024 |
0.1.0 | Feb 27, 2024 |
#2179 in Network programming
45,621 downloads per month
Used in 24 crates
(via pingora-core)
51KB
946 lines
Generic connection pooling
The pool is optimized for high concurrency, high RPS use cases. Each connection group has a lock free hot pool to reduce the lock contention when some connections are reused and released very frequently.
Dependencies
~4–10MB
~94K SLoC