From 428ddd6c33e2f581412f02cbc12ca62604b5aef8 Mon Sep 17 00:00:00 2001 From: brettwooldridge Date: Sun, 13 Oct 2013 14:14:28 +0900 Subject: [PATCH] Update README.md --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 464717db..d4667c26 100644 --- a/README.md +++ b/README.md @@ -153,8 +153,6 @@ and alternative solutions. Trust us, you don't want this feature -- even disabled -- in a production connection pool. *We consider even checking a boolean as inducing too much overhead into your queries and results.* -HikariCP is *fast*. Given the time we have spent shaving off byte-codes off the the execution -path, we say with confidence it is hard to imagine that there will ever be a anything faster. ----------------------------------------------------