X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=README.MD;h=ca3d51b70e22d44b006cec2064935c732913de2a;hb=d3537e39561e15aa2f2ff927e50ca5ded0a4d6b2;hp=636c3d568cc71cc9a7983243f900c65f09fe4f21;hpb=fcc48988df7e2610e531d1c0b8dbb471c7ecf3c8;p=poolifier.git diff --git a/README.MD b/README.MD index 636c3d56..ca3d51b7 100644 --- a/README.MD +++ b/README.MD @@ -9,7 +9,7 @@ )

Why Poolifier?

-Poolifier is used to perform heavy CPU bound tasks on nodejs servers, it implements a thread pool using worker-threads .
+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. @@ -133,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