High-performance object pool library PondPond
PondPond is an efficient general-purpose object pool in Python, featuring good performance, small memory footprint, and high hit rate. The ability to automatically recycle according to frequency based on approximate statistics, can automatically adjust the number of idle objects in each object pool. Because Python currently does not have a good object pooling library with […]