From 6584476e6a34ec075eff8debc3e4afa55c77722b Mon Sep 17 00:00:00 2001 From: brettwooldridge Date: Thu, 7 Nov 2013 21:53:56 +0900 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 032f5b0f..d8997ab1 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ There is nothing [faster](https://github.com/brettwooldridge/HikariCP/wiki/Benchmarks).1 There is nothing more [correct](https://github.com/brettwooldridge/HikariCP/wiki/Correctness). HikariCP is a "zero-overhead" -production-quality connection pool. +production-quality connection pool. Coming in at roughly 50Kb, the library is extremely light. Using a stub-JDBC implementation to isolate and measure the overhead of HikariCP, 60+ Million JDBC operations were performed in ***8ms*** on a commodity PC.2 The next fastest connection pool (BoneCP) was ***5298ms***.