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.
Flume
A safe, blazingly fast multi-producer, multi-consumer channel for Rust
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.
threads.js
A uniform spawn()/expose() API for offloading work to worker threads and web workers across Node.js, browsers, and Electron.
G2
A grammar-of-graphics charting library that composes marks, scales, and coordinates into fully customizable, interactive data visualizations.
Yappi
A fast tracing Python profiler that is multithreading, asyncio, and gevent aware.
ol-ext
A large, community-maintained collection of controls, interactions, filters, and styles that extend OpenLayers with map UI and cartographic features it doesn't ship out of the box.
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
d3-brush
Interactive brush selection for one- and two-dimensional regions in D3 visualizations, driven by mouse or touch.
parking
A minimal Rust crate for thread parking and unparking that avoids the shared-token deadlock risk of std::thread::park.
lockable
Thread-safe HashMap, LRU cache, and lock-pool types where individual keys can be locked and unlocked.