X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=README.md;h=857d9c26604192619b5a696ee400a43183b46e81;hb=c14513fa825afafd652eb654925f9f076d1bdefc;hp=012acc86088ee1f6ff8b2ff362236c82765719a5;hpb=124119cf66af88a8583aef7ff2e41b855b0a8937;p=poolifier.git diff --git a/README.md b/README.md index 012acc86..857d9c26 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Actions Status Quality Gate Status - + Code Coverage Javascript Standard Style Guide @@ -29,7 +29,7 @@ ## Why Poolifier? -Poolifier is used to perform CPU intensive and I/O intensive tasks on nodejs servers, it implements worker pools (yes, more worker pool implementations, so you can choose which one fit better for you) using [worker-threads](https://nodejs.org/api/worker_threads.html#worker_threads_worker_threads) and cluster pools using [Node.js cluster](https://nodejs.org/api/cluster.html) modules. +Poolifier is used to perform CPU intensive and I/O intensive tasks on nodejs servers, it implements worker pools using [worker-threads](https://nodejs.org/api/worker_threads.html#worker_threads_worker_threads) and cluster pools using [Node.js cluster](https://nodejs.org/api/cluster.html) modules. With poolifier you can improve your **performance** and resolve problems related to the event loop. Moreover you can execute your tasks using an API designed to improve the **developer experience**. Please consult our [general guidelines](#general-guidance).