Skip to content

a more performance version

Compare
Choose a tag to compare
@jkklee jkklee released this 07 Mar 02:53
· 23 commits to master since this release

New designed pool model(use deque instead of queue.Queue), almost 20x performance when doing borrowing and returning actions.

Breaking changes: change the parameter max_size to maxsize in the init function of the ConnectPool class.