This repository was archived by the owner on Dec 3, 2019. It is now read-only.

Description
I'm performing some scalability tests using postgresql-async. Currently, the SingleThreadedAsyncObjectPool is the bottleneck. Do you have plans to review this implementation?
I think that a good alternative is to create multiple SingleThreadedAsyncObjectPool that are used according a thread affinity (thead.getId % partitionCount). Something like a PartitionedSingleThreadedAsyncObjectPools.