X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;ds=sidebyside;f=README.md;h=a4579ab1a9ff95f70a99503644a9b0b33e3f1fa5;hb=88c8a0dee1ab06156e8fd63c343ba676ea996ede;hp=bc488843031d72d7e4f6e57f30b50219b029ccd0;hpb=c868b39b5ac16cef19f2dbb01a798f7b003fa5d6;p=poolifier.git diff --git a/README.md b/README.md index bc488843..a4579ab1 100644 --- a/README.md +++ b/README.md @@ -195,7 +195,7 @@ This method will call the terminate method on each worker. ## Choose your pool Performance is one of the main target of these worker pool implementations, we want to have a strong focus on this. -We already have a bench folder where you can find some comparisons. +We already have a bench folder where you can find some comparisons. **Thread pools** ( FixedThreadPool and DynamicThreadPool ) are suggested to run CPU intensive tasks, you can still run I/O intensive tasks into thread pools, but performance enhancement is expected to be minimal. Thread pools are built on top of Node.js [worker-threads](https://nodejs.org/api/worker_threads.html#worker_threads_worker_threads) module.