UNPKG

node-threads-pool

Version:

Node-Threads-Pool is a tool for creating thread pools in Node.js, making it easy to implement efficient parallel computing. With Node-Threads-Pool, you can easily create and manage multiple threads, allocate tasks to worker threads in the thread pool, and

32 lines (31 loc) 970 B
{ "name": "node-threads-pool", "version": "2.0.5", "description": "Node-Threads-Pool is a tool for creating thread pools in Node.js, making it easy to implement efficient parallel computing. With Node-Threads-Pool, you can easily create and manage multiple threads, allocate tasks to worker threads in the thread pool, and maximize CPU resources to improve application performance.", "main": "index.js", "scripts": { "eve": "node ./example/eve-example.js", "adam": "node ./example/adam-example.js" }, "repository": { "type": "git", "url": "git+https://github.com/pxgo/node-threads-pool.git" }, "keywords": [ "worker", "thread", "workers", "workers_threads", "threads", "pool" ], "author": "PxGo", "license": "MIT", "bugs": { "url": "https://github.com/pxgo/node-threads-pool/issues" }, "homepage": "https://github.com/pxgo/node-threads-pool#readme", "dependencies": { "pug": "^3.0.0" } }