版博士V2.0程序
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
 
 
 
 
CPL 9104556504 v2.0.7 报表数据修改 1 år sedan
..
dist v2.0.7 报表数据修改 1 år sedan
LICENSE v2.0.7 报表数据修改 1 år sedan
README.md v2.0.7 报表数据修改 1 år sedan
package.json v2.0.7 报表数据修改 1 år sedan

README.md

Tinypool - the node.js worker pool 🧵

Piscina: A fast, efficient Node.js Worker Thread Pool implementation

Tinypool is a fork of piscina. What we try to achieve in this library, is to eliminate some dependencies and features that our target users don’t need (currently, our main user will be Vitest). Tinypool’s install size (38KB) can then be smaller than Piscina’s install size (6MB). If you need features like utilization or NAPI, Piscina is a better choice for you. We think that Piscina is an amazing library, and we may try to upstream some of the dependencies optimization in this fork.

  • Smaller install size, 38KB

  • Minimal

  • No dependencies

  • Physical cores instead of Logical cores with physical-cpu-count

  • No utilization

  • No NAPI

  • Written in TypeScript, and ESM support only. For Node.js 14.x and higher.

In case you need more tiny libraries like tinypool or tinyspy, please consider submitting an RFC

Docs

Read full docs on GitHub.