9 projects
Folly
Folly is a C++ library developed by Facebook that provides a collection of low-level, high-performance components designed to optimize memory usage and improve application efficiency. It includes utilities for string formatting, memory management, concurrency primitives, and other core functionality used across Facebook's infrastructure.
3,491
475
$17M
Guava
Guava is Google's core Java libraries that include new collection types, immutable collections, a graph library, utilities for concurrency, I/O, hashing, caching, primitives, strings, and more. It provides production-quality implementations of commonly used data structures and algorithms.
2,541
625
$29M
Crossbeam
Crossbeam is a Rust library that provides tools for concurrent programming, including lock-free data structures, synchronization primitives, and utilities for building concurrent applications. It focuses on memory safety and high performance for parallel computing.
598
235
$1.1M
workerpool
A JavaScript library that provides a pool of web workers for parallel processing and task execution in both Node.js and browser environments, enabling efficient distribution of CPU-intensive tasks across multiple threads
286
91
$213K
Uber-Go Atomic
Wrapper types for sync/atomic which enforce atomic access
85
31
$77K
Puddle
Generic resource pool for Go
TransmittableThreadLocal
๐ a missing Java std lib(simple & 0-dependency) for framework/middleware, provide an enhanced InheritableThreadLocal that transmits values between threads even using thread pooling components.
multierr
Combine one or more Go errors together
util
Wonderful reusable code from Twitter