golang-github-serialx-hashring 0.0~git20190422.8b29126-2 source package in Ubuntu

Changelog

golang-github-serialx-hashring (0.0~git20190422.8b29126-2) unstable; urgency=medium

  * Source-only upload.

 -- Carlos Henrique Lima Melara <email address hidden>  Sun, 23 Jul 2023 16:38:51 -0300

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
Mantic release universe misc

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-serialx-hashring_0.0~git20190422.8b29126-2.dsc 2.4 KiB 3b8c65d0569606998d3ef169da67cf775ca31a8079c7833582323dfcbca0619f
golang-github-serialx-hashring_0.0~git20190422.8b29126.orig.tar.gz 4.5 KiB 9f404eec0d188704fa62dd51c73318f483f10b3f0f14448819b120dbe0782e00
golang-github-serialx-hashring_0.0~git20190422.8b29126-2.debian.tar.xz 2.3 KiB e55870489a651fd2c11aa207f7e31a907954f639537a7e8022a9ff1105dee4ac

No changes file available.

Binary packages built by this source

golang-github-serialx-hashring-dev: consistent hashing "hashring" implementation in golang

 Implements consistent hashing that can be used when the number of server
 nodes can increase or decrease (like in memcached). The hashing ring is
 built using the same algorithm as libketama.
 .
 This is a port of Python hash_ring library in Go with the extra methods
 to add and remove nodes.