Open Source Packages
Libraries, frameworks, tools, and SDKs used by the apps in this directory — scored the same way as the apps themselves.
All Packages
Category
Tags2
Sort:Used by Most Apps
npm-run-all
A cross-platform CLI that runs multiple npm-scripts in parallel or in sequence, replacing fragile shell operators like && with Windows-safe orchestration.
serial_test
Attribute macros that serialize or parallelize Rust tests via named locks.
workerpool
A lightweight thread pool for offloading CPU-intensive functions to worker threads, child processes, or web workers, on both Node.js and in the browser.
deadpool
Dead simple async connection and object pool for Rust
node-pool
Promise-based generic resource pool for reusing or throttling expensive resources like database connections.
ants
A high-performance goroutine pool for Go that recycles and limits concurrent goroutines to cut memory overhead.
threads.js
A uniform spawn()/expose() API for offloading work to worker threads and web workers across Node.js, browsers, and Electron.
r2d2
A generic, backend-agnostic connection pool for Rust
r2d2-sqlite
An r2d2 connection pool implementation for SQLite databases built on rusqlite.
scheduled-thread-pool
A Rust thread pool that runs tasks after a delay and can repeat them at fixed intervals.