X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=README.MD;h=ca3d51b70e22d44b006cec2064935c732913de2a;hb=416f383977987a2af95fd8f429be26af10d50c7f;hp=a2d4aa72069bae1ab9cb58a50c62eb28eb76165e;hpb=e76f5485ea09e093c803f52a765ef62f4374fb36;p=poolifier.git diff --git a/README.MD b/README.MD index a2d4aa72..ca3d51b7 100644 --- a/README.MD +++ b/README.MD @@ -9,8 +9,9 @@ )

Why Poolifier?

-Poolifier is used to perform heavy CPU bound tasks on nodejs servers, it implements a thread pool using worker-threads . -With poolifier you can improve your performance and resolve problems related to the event loop.
+Poolifier is used to perform heavy CPU bound tasks on nodejs servers, it implements thread pools ( yes, more thread pool implementations, so you can choose which one fit better for you ) using worker-threads .
+With poolifier you can improve your performance and resolve problems related to the event loop.
+Moreover you can execute your CPU tasks using an API designed to improve the developer experience. @@ -132,7 +133,8 @@ But in general , always profile your application

Contribute

-See guidelines [CONTRIBUTING](CONTRIBUTING.md) +See guidelines [CONTRIBUTING](CONTRIBUTING.md)
+Choose your task here 2.0.0, propose an idea, a fix, an improvement.

License