refactor: partially revert ESM conversion in benchmarking code
[poolifier.git] / benchmarks / README.md
index fcbfd6525acdfdb5f23a4d86eabc22b576ee9832..3b7f0702557e379169ee8b16586bec6ba6ebefa5 100644 (file)
@@ -17,6 +17,7 @@ External pools with which we compared the poolifier results:
 - [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)
 - [threads.js](https://github.com/andywer/threads.js/)
 - [threadwork](https://github.com/kevlened/threadwork)
 - [microjob](https://github.com/wilk/microjob)
@@ -29,7 +30,8 @@ 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 worker function. The worker 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 worker function. The worker 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.
 
 ### Internal