3 unstable releases

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

#2043 in Network programming

Download history 662/week @ 2024-02-26 798/week @ 2024-03-04 557/week @ 2024-03-11 829/week @ 2024-03-18 484/week @ 2024-03-25 839/week @ 2024-04-01 630/week @ 2024-04-08 572/week @ 2024-04-15 706/week @ 2024-04-22 833/week @ 2024-04-29 938/week @ 2024-05-06

3,082 downloads per month
Used in 13 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