DanielYWoo/fast-object-pool
A lightweight partitioned object pool, you can use it to pool expensive objects like jdbc connections, thrift clients etc.
JavaApache-2.0
Issues
- 4
More flexible scavenger model
#60 opened by shabino - 1
stopping JDK8 support
#66 opened by DanielYWoo - 1
release for both JDK8, and 11+
#59 opened by DanielYWoo - 2
Performance stats
#5 opened by DanielYWoo - 3
JaCoCo dependency pulls many unnecessary Maven modules into users' own projects
#51 opened by shabino - 0
Scavenger cannot be disabled
#38 opened by ianroberts - 2
Endless loop with partition shutdown
#32 opened by ncoe - 0
Unit test wanted
#1 opened by DanielYWoo - 5
Risk condition causing thread blocked
#25 opened by CookieDSEU - 2
Stop supporting jdk1.7
#13 opened by DanielYWoo - 8
fast-object-pool 并不较 commons-pool2 有极大的性能提升
#16 opened by wyzssw - 0
chain setters in PoolConfig
#14 opened by DanielYWoo - 2
does it support keyed object ?
#15 opened by dongbin86 - 3
More intelligent logics of borrowing objects
#12 opened by vicmosin - 2
Use Poolable in using block.
#11 opened by Xorcerer - 4
Call back on scavenge
#10 opened by rdifalco - 1
optional slf4j logging
#6 opened by DanielYWoo - 1
add returnToPool method to Poolable
#9 opened by DanielYWoo - 1
graceful shutdown
#7 opened by DanielYWoo - 0
pom file needed
#3 opened by DanielYWoo - 0
travis needed
#4 opened by DanielYWoo - 0
Add benchmark graph to readme.md
#2 opened by DanielYWoo