Skip to content

Latest commit

 

History

History
12 lines (6 loc) · 424 Bytes

README.md

File metadata and controls

12 lines (6 loc) · 424 Bytes

hkcp

A generic connection pool for Rust.

A crate for pooling connections.

Basically this is a port of the ideas behind HikariCP, the most performant java connection pool. The Rust code structs are deeply inspired from another Rust connection pool r2d2

The aim of hkcp is to become one of the (in not the) most performant connection pool in Rust