X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=README.MD;h=ca3d51b70e22d44b006cec2064935c732913de2a;hb=9f4a7e45d2ab514ff3ff3e7ead3b9cb7e7a81026;hp=7b57162a1b29b28efb9951f54a950f4a80b38c70;hpb=1f9a5a440caea7dc60a664d413304250969bb4d8;p=poolifier.git diff --git a/README.MD b/README.MD index 7b57162a..ca3d51b7 100644 --- a/README.MD +++ b/README.MD @@ -8,6 +8,13 @@ )](https://img.shields.io/static/v1?label=dependencies&message=no%20dependencies&color=brightgreen ) +

Why Poolifier?

+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. + + +

Contents

Installation @@ -126,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