X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=benchmarks%2FREADME.md;h=e47bb2b28b3493c9f570364b3e5632f25accb523;hb=c5d47229f35869b56a271612ef3fde64dd31c884;hp=5a2db39c6a85002d21bd6b798538cb450762f559;hpb=7a21a4516c2596c0f87d50caf332b6f5f87412c2;p=poolifier.git diff --git a/benchmarks/README.md b/benchmarks/README.md index 5a2db39c..e47bb2b2 100644 --- a/benchmarks/README.md +++ b/benchmarks/README.md @@ -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: