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
concurrently
Run multiple terminal commands in parallel, with color-coded output and cross-platform support.
DashMap
A blazing-fast concurrent HashMap for Rust that shards state across locks instead of using one global RwLock.
Remeda
A TypeScript-first utility library with data-first and data-last function variants, lazy pipe evaluation, and fully typed transformations.
Moka
Fast, concurrent in-memory caching library for Rust, inspired by Java's Caffeine
camelcase
Convert dash, dot, underscore, or space separated strings to camelCase or PascalCase, with full Unicode support.
arq
Fast job queuing and RPC in Python built on asyncio and Redis
camelcase-keys
Recursively convert snake_case or kebab-case object keys to camelCase (or PascalCase), with exclusions and stop-path control.
papaya
A fast, lock-free concurrent hash map for Rust tuned for read-heavy workloads.
thread_local
Per-object thread-local storage for Rust, beyond the standard library's static thread_local! macro.
quick-cache
A lightweight, high-performance concurrent cache for Rust with S3-FIFO/CLOCK-Pro eviction, atomic get-or-insert coordination, and per-item weights.
mini-moka
A fast, concurrent in-memory cache library for Rust, the light edition of Moka
react-rx
Lightweight React hooks and reactive components for working with RxJS Observables