Tinypool is a fork of piscina. What we try to achieve in this library, is to eliminate some dependencies and features that our target users don't need (currently, our main user will be Vitest).
Abstract: Many server programs perform repetitive operations on a large number of short tasks. As there is a need for the improvement of the efficiency in doing many concurrent processes, thread-pools ...