chore: v2.6.9
[poolifier.git] / benchmarks / README.md
index 5a2db39c6a85002d21bd6b798538cb450762f559..e47bb2b28b3493c9f570364b3e5632f25accb523 100644 (file)
@@ -12,13 +12,14 @@ The [versus-external-pools](./versus-external-pools) folder contains benchmarks
 To compare poolifier pools performance vs other pools performance we chose to use [hyperfine](https://github.com/sharkdp/hyperfine).  
 We chose to use this tool because it allows to run isolated Node.js processes so each pool does not impact each other.
 
-- External pools with which we compared the poolifier results:
+- External pools with which we compare the poolifier results:
 
   - [piscina](https://github.com/piscinajs/piscina)
   - [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: