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
PapaParse
The fastest in-browser CSV parser for JavaScript, with streaming, Web Workers, and zero dependencies
rayon
Simple, guaranteed data-race-free work-stealing parallelism for Rust — turn sequential iterators parallel by changing one call.
parking_lot
A faster, smaller drop-in replacement for Rust's standard library Mutex, RwLock, Condvar, and Once.
rmp-serde
Serde-powered MessagePack serialization and deserialization for Rust
Flume
A safe, blazingly fast multi-producer, multi-consumer channel for Rust
base-x
Fast base encoding and decoding for any custom alphabet, using bitcoin-style leading zero compression.
react-papaparse
React hooks and components wrapping PapaParse for fast in-browser CSV parsing
thread_local
Per-object thread-local storage for Rust, beyond the standard library's static thread_local! macro.
@scure/base
Audited, zero-dependency base16/32/58/64 and bech32/bech32m encoding for TypeScript
threads.js
A uniform spawn()/expose() API for offloading work to worker threads and web workers across Node.js, browsers, and Electron.
encoding
A high-performance, drop-in Go replacement for encoding/json, with fast ASCII, ISO8601, Protobuf, and Thrift codecs.
bs58
Base58 encoding and decoding for Bitcoin and other cryptocurrency addresses.
Yappi
A fast tracing Python profiler that is multithreading, asyncio, and gevent aware.
Shuttle
A Rust library for testing concurrent code by controlling and randomizing thread scheduling to reliably surface race conditions.
func_timeout
Run any existing Python function with a hard timeout, plus stoppable-thread support