repositories
/
poolifier.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bc1b076
)
docs: reference tinypool in benchmarking documentation
author
Jérôme Benoit
<jerome.benoit@sap.com>
Wed, 21 Jun 2023 21:41:09 +0000
(23:41 +0200)
committer
Jérôme Benoit
<jerome.benoit@sap.com>
Wed, 21 Jun 2023 21:41:09 +0000
(23:41 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
benchmarks/README.md
patch
|
blob
|
blame
|
history
diff --git
a/benchmarks/README.md
b/benchmarks/README.md
index 19626d16d1ec87aa3db188700d90354ec47b31aa..52343a8f890a9d549988c6f5de1189ed2f059fac 100644
(file)
--- 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)