Preview v0.4.1
Crucible Hedging
Request hedging for tail latency reduction in distributed systems. Implements Google's 'Tail at Scale' with adaptive strategies. Reduces P99 latency by 75-96%.
Stats & Info
- Latest release: v0.4.1
- Recent downloads: 186
- All-time downloads: 232
- Maintainers: nshkrdotcom
Installation
Add crucible_hedging to your list of dependencies in mix.exs:
def deps do
[
{:crucible_hedging, "~> 0.4.1"}
]
endThen run:
mix deps.get