Stats
ArchUnit-inspired architecture testing library for Elixir. Write ExUnit tests...
Resilience and concurrency toolkit for Elixir — bulkhead, circuit breaker, ...
Probabilistic data structures for Elixir — Bloom filter, Count-Min Sketch, ...
Deduplicate concurrent function calls by key. Inspired by Go's singleflight.
Hedged requests for Elixir — fire a backup request after a delay, take whic...
A weighted semaphore for bounding concurrent access to a shared resource.
Functional retry with backoff for Elixir — composable strategies, zero macr...
Higher-level Task combinators for Elixir — race, all_settled, map with boun...
Distributed persistent key-value cache with Redis wire protocol (RESP3), Raft...
Ecto integration for FerricStore — query cache and cached repo.
Plug.Session.Store adapter backed by FerricStore.