poolifier - Perform heavy CPU bound tasks on nodejs servers
by•
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 .
Replies
Best
Maker
I create poolifier after looking at nodejs documentation, they suggest to use a thread pool to improve worker_threads benefits , but there isn' t any thread pool implementation in node, so I started to write poolifier that contains two thread pool implementations
Replies