Bounded Pool Executor
JSON →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.
Traffic · last 30 days ↓35% vs prev 7d
total hits 31
actors 6 distinct systems
last hit 1d ago human
top countries 🇸🇬 Singapore · 🇩🇪 Germany · 🇺🇸 United States · BD · 🇨🇦 Canada
Resources
API endpoints
full doc /v1/registry/bounded-pool-executor
compatibility /v1/registry/bounded-pool-executor/compatibility