-
![1](https://user-images.githubusercontent.com/53826869/67769587-ba0a1100-fa8f-11e9-9fe4-55d5f8db55d3.png)
![2](https://user-images.githubusercontent.com/53826869/67769637-d017d180-fa8f-11e9-9feb…
-
I find a new CP,which show faster in its performance report, it is true? please help to validate it.
URL is :
https://github.com/Chris2018998/BeeCP/blob/master/doc/JDBCPool_Oracle11g_20190717.log
-
I am studying HikariCP‘s code, and doubt exist a defect at your pool. please read the following code
```
Connection con = dataSource.getConnection();
javax.sql.DatabaseMetaData meta = con.getMe…
-
I'm a Java beginner and made a connection pool(BeeCP),
then test it with HikariCP's Benchmark test code, but its score is too high,I think must exists some problems. I have no enough ability to find…
-
Execuse me !
I always use Druid in my project.
Alibaba says it is the best CP in Java World.
Do we have a comparison with Alibaba-Druid ?
When I meet HikariCP , I think maybe it is a good choice f…