Probabilistic data structures for Elixir — Bloom filter, Count-Min Sketch, HyperLogLog, t-digest, and more.
ArchUnit-inspired architecture testing library for Elixir. Write ExUnit tests that enforce dependency rules, layered architecture, modulith bounded contexts, and naming conventions.
Functional retry with backoff for Elixir — composable strategies, zero macros, injectable sleep.
Hedged requests for Elixir — fire a backup request after a delay, take whichever finishes first, with adaptive delay tuning.
Resilience and concurrency toolkit for Elixir — bulkhead, circuit breaker, retry, hedged requests, single-flight, task combinators, and weighted semaphore.
Deduplicate concurrent function calls by key. Inspired by Go's singleflight.
Higher-level Task combinators for Elixir — race, all_settled, map with bounded concurrency, and sequential fallback chains.
A weighted semaphore for bounding concurrent access to a shared resource.