#connection-pool #pooling #bongonet #async

bongonet-pool

A connection pool system for connection reuse

1 unstable release

0.4.0 Nov 25, 2024

#6 in #pooling

Download history 117/week @ 2024-11-21 27/week @ 2024-11-28

144 downloads per month

Apache-2.0

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
~95K SLoC