shadezer

Total Owned Packages
8

Total Downloads
327

  • approx0.1.0

    19 Downloads

    Probabilistic data structures for Elixir — Bloom filter, Count-Min Sketch, HyperLogLog, t-digest, and more.

  • arch_test0.2.0

    71 Downloads

    ArchUnit-inspired architecture testing library for Elixir. Write ExUnit tests that enforce dependency rules, layered architecture, modulith bounded contexts, and naming conventions.

  • backoff_retry0.1.0

    21 Downloads

    Functional retry with backoff for Elixir — composable strategies, zero macros, injectable sleep.

  • hedged0.1.1

    38 Downloads

    Hedged requests for Elixir — fire a backup request after a delay, take whichever finishes first, with adaptive delay tuning.

  • resiliency0.6.0

    98 Downloads

    Resilience and concurrency toolkit for Elixir — bulkhead, circuit breaker, retry, hedged requests, single-flight, task combinators, and weighted semaphore.

  • single_flight0.1.1

    40 Downloads

    Deduplicate concurrent function calls by key. Inspired by Go's singleflight.

  • task_extension0.1.0

    20 Downloads

    Higher-level Task combinators for Elixir — race, all_settled, map with bounded concurrency, and sequential fallback chains.

  • weighted_semaphore0.1.0

    20 Downloads

    A weighted semaphore for bounding concurrent access to a shared resource.