UNPKG

threadwarden

Version:

A high-performance Node.js library that distributes work across multiple CPU cores using worker threads with automatic load balancing

39 lines (38 loc) 1.03 kB
{ "name": "threadwarden", "version": "1.0.3", "description": "A high-performance Node.js library that distributes work across multiple CPU cores using worker threads with automatic load balancing", "main": "module.js", "scripts": { "start": "node main.js", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/DeveloperKubilay/ThreadWarden.git" }, "keywords": [ "worker-threads", "multi-threading", "load-balancing", "performance", "cpu-optimization", "distributed-computing", "thread-management", "nodejs", "parallelization" ], "author": "Kubilay", "license": "MIT", "type": "commonjs", "bugs": { "url": "https://github.com/DeveloperKubilay/ThreadWarden/issues" }, "homepage": "https://github.com/DeveloperKubilay/ThreadWarden#readme", "dependencies": { "systeminformation": "^5.25.11" }, "engines": { "node": ">=12.0.0" } }