golang-github-cristalhq-hedgedhttp 0.9.1-1 source package in Ubuntu

Changelog

golang-github-cristalhq-hedgedhttp (0.9.1-1) unstable; urgency=medium

  * New upstream release
    - Refresh patch

 -- Mathias Gibbens <email address hidden>  Sat, 23 Sep 2023 14:57:49 +0000

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-cristalhq-hedgedhttp_0.9.1-1.dsc 2.3 KiB 39d64cdf05709ad258f2d53206956f30665fcaa279cb9fe4d11e628c4eb746cd
golang-github-cristalhq-hedgedhttp_0.9.1.orig.tar.gz 9.3 KiB 16d0785434e2d3dc9b1ffb79847fa1046fec4f94105f455546a99ded0279b714
golang-github-cristalhq-hedgedhttp_0.9.1-1.debian.tar.xz 3.0 KiB 5f986f6ba21cf58841de5c4659e9204bf582dae92fc682add8ab6f5a5708775d

Available diffs

No changes file available.

Binary packages built by this source

golang-github-cristalhq-hedgedhttp-dev: Hedged HTTP client which helps to reduce tail latency at scale (library)

 See paper Tail at Scale (https://cacm.acm.org/magazines/2013/2/160173-the-
 tail-at-scale/fulltext) by Jeffrey Dean, Luiz AndrĂ© Barroso. In short: the
 client first sends one request, but then sends an additional request
 after a timeout if the previous hasn't returned an answer in the
 expected time. The client cancels remaining requests once the first
 result is received.
 .
 Features
 .
  * Simple API.
  * Easy to integrate.
  * Optimized for speed.
  * Clean and tested code.
  * Supports http.Client and http.RoundTripper.
  * Dependency-free.