From: Jérôme Benoit Date: Wed, 21 Jun 2023 21:41:09 +0000 (+0200) Subject: docs: reference tinypool in benchmarking documentation X-Git-Tag: v2.6.4~45 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=0cc7f82f12b41e03d17639d74f6a05b09bf589d6;p=poolifier.git docs: reference tinypool in benchmarking documentation Signed-off-by: Jérôme Benoit --- diff --git a/benchmarks/README.md b/benchmarks/README.md index 19626d16..52343a8f 100644 --- a/benchmarks/README.md +++ b/benchmarks/README.md @@ -14,6 +14,7 @@ We chose to use this tool because it allows to run isolated Node.js processes so External pools with which we compared the poolifier results: - [piscina](https://github.com/piscinajs/piscina) +- [tinypool](https://github.com/tinylibs/tinypool) - [SUCHMOKUO/node-worker-threads-pool](https://github.com/SUCHMOKUO/node-worker-threads-pool) - [threads.js](https://github.com/andywer/threads.js/) - [workerpool](https://github.com/josdejong/workerpool)