# thread pool

> a method for efficient parallel processing in computer programs (pre-creating threads and reusing them as tasks occur, reducing overhead of thread creation and destruction, improving system performance, and optimizing resource management)

**Wikidata**: [Q3990847](https://www.wikidata.org/wiki/Q3990847)  
**Wikipedia**: [English](https://en.wikipedia.org/wiki/Thread_pool)  
**Source**: https://4ort.xyz/entity/thread-pool
