3 unstable releases

0.2.0 May 10, 2024
0.1.1 Apr 18, 2024
0.1.0 Feb 27, 2024

#2061 in Network programming

Download history 525/week @ 2024-02-24 712/week @ 2024-03-02 653/week @ 2024-03-09 817/week @ 2024-03-16 518/week @ 2024-03-23 737/week @ 2024-03-30 765/week @ 2024-04-06 536/week @ 2024-04-13 664/week @ 2024-04-20 863/week @ 2024-04-27 703/week @ 2024-05-04 769/week @ 2024-05-11 767/week @ 2024-05-18

3,226 downloads per month
Used in 14 crates (2 directly)

Apache-2.0

51KB
944 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

~5–12MB
~122K SLoC