No description provided.
A JS Library for creating Web Worker pools
Fastest lz4 compression library in Node.js, powered by napi-rs and lz4-flex.
Easy way to manage a pool of worker threads.
Fast multi-threaded content-dependent chunking deduplication for Buffers in C++ with a reference implementation in Javascript. Ships with extensive tests, a fuzz test and a benchmark.
基于nodejs worker_threads的线程池。耗时操作或nodejs没有提供异步模式的api(例如解密、同步的文件api)都可以在线程池中执行,业务代码只需要返回一个Promise或async函数给线程池库,至于业务逻辑做什么操作,其实都可以,比如setTimeout,异步操作,async await等
基于 Web Worker 实现的线程池,Vite 优雅可用
Universal thread pool 通用线程池
Fast, reliable Reed-Solomon erasure coding as a native addon for Node.js
A better async DNS lookup function for Node.js that implements atomic cache operation.
A tiny threading library, made for browsers and Node.
@bale-tools utils
A Job System for node
A convenient worker thread pool implementation for Node.js
Node common application utility features
Node.js / TypeScript bindings for the Lora in-memory graph database
Quickly run CPU-intensive tasks in parallel across all JavaScript environments with a unified, type-safe API
Async processing addon
VisionCamera frame processor plugin wrapping Google MediaPipe Pose Landmarker for real-time on-device pose estimation in React Native. iOS (Swift) and Android (Kotlin), both production-validated.
Thread util
基于 worker_threads 的通用线程池任务执行器(支持并发控制、顺序输出、超时终止)
Client worker pool, used to establish communication between worker threads in a closed cluster pool, to load balance tasks running in the background (like encoding, compression).
Async processing addon
A Node.js library for multithreaded performance boosting with in-memory caching, this library aims to increase performance.