{"library":"bounded-pool-executor","type":"library","category":null,"description":"Bounded Pool Executor is a Python library that provides `BoundedThreadPoolExecutor` and `BoundedProcessPoolExecutor` classes, extending `concurrent.futures` to manage a fixed-size queue for tasks. This prevents memory exhaustion that can occur with the standard unbounded queues in `concurrent.futures` when submitting a large number of tasks. The current version is 0.0.3, offering a solution to prevent memory leaks in high-concurrency scenarios by blocking `submit` calls when the queue is full.","language":"python","status":"active","version":"0.0.3","tags":["concurrency","threading","multiprocessing","executor","pool","resource-management"],"last_verified":"Sat May 23","install":[{"cmd":"pip install bounded-pool-executor","imports":["from bounded_pool_executor import BoundedThreadPoolExecutor","from bounded_pool_executor import BoundedProcessPoolExecutor"]}],"homepage":null,"github":"http://github.com/mowshon/bounded_pool_executor","docs":null,"changelog":null,"pypi":"https://pypi.org/project/bounded-pool-executor/","npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"3.10–3.9","success_rate":100,"avg_install_s":1.5,"avg_import_s":0.12,"wheel_type":"wheel"},"url":"https://checklist.day/v1/registry/bounded-pool-executor/compatibility"}}