- [tinypool](https://github.com/tinylibs/tinypool)
- [workerpool](https://github.com/josdejong/workerpool)
- [worker-nodes](https://github.com/allegro/node-worker-nodes)
- - [node-worker-threads-pool](https://github.com/SUCHMOKUO/node-worker-threads-pool)
- [nanothreads](https://github.com/snuffyDev/nanothreads)
Those are our results:
- External pools with which we used to compare the poolifier results:
- <!-- - [node-worker-threads-pool](https://github.com/SUCHMOKUO/node-worker-threads-pool): removed because it does not support dynamic modules import or import outside the task function. The task function is expected to be self-contained, which makes it difficult to use in real world application without ugly hacks. -->
-
+ - [node-worker-threads-pool](https://github.com/SUCHMOKUO/node-worker-threads-pool): removed because it does not support dynamic modules import or import outside the task function. The task function is expected to be self-contained, which makes it difficult to use in real world application without ugly hacks.
- [worker-threads-pool](https://github.com/watson/worker-threads-pool): removed because unmaintained since more than 4 years.
- [threadwork](https://github.com/kevlened/threadwork): removed because unmaintained since more than 3 years.
- [microjob](https://github.com/wilk/microjob): removed because unmaintained since more than 5 years.