An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

Top 5.9% on proxy.golang.org

proxy.golang.org : github.com/bohde/codel

Package codel implements the Controlled Delay (https://queue.acm.org/detail.cfm?id=2209336) algorithm for overload detection, providing a mechanism to shed load when overloaded. It optimizes for latency while keeping throughput high, even when downstream rates dynamically change. It keeps latency low when even severely overloaded, by preemptively shedding some load when wait latency is long. It is comparable to using a queue to handle bursts of load, but improves upon this technique by avoiding the latency required to handle all previous entries in the queue.

Registry - Source - Documentation - JSON - codemeta.json
purl: pkg:golang/github.com/bohde/codel
Keywords: concurrency , concurrent-queues , queue-management , rate-limiting
License: BSD-3-Clause
Latest release: 10 months ago
First release: over 5 years ago
Namespace: github.com/bohde
Stars: 32 on GitHub
Forks: 3 on GitHub
Docker dependents: 1
Docker downloads: 246,853
See more repository details: repos.ecosyste.ms
Last synced: 27 days ago

    Loading...
    Readme
    Loading...