This is a Go library providing a framework for managing repetitive task execution and implementing exponential backoff strategies. It serves as a concurrency tool designed to prevent system overload during failures by retrying operations with increasing delays. The project implements a retry strategy framework that manages attempt limits and timeouts during unstable network or system calls. It specifically provides an implementation of the exponential backoff algorithm to handle failing operations. The library covers reliability patterns for mitigating transient failures and service outages,
A Go implementation of the 64-bit xxHash algorithm (XXH64)
This project is a comprehensive container framework for Go that provides a suite of fundamental data structures and algorithms. It offers a standardized set of tools for managing, sorting, and traversing complex data collections, enabling developers to implement efficient storage and retrieval logic within their applications. The library distinguishes itself through an interface-driven design that allows for interchangeable use of different storage implementations. It supports custom ordering and sorting behavior through external comparison functions, which decouple the data structures from s
:rowboat: Raft implementation in Go
The main features of eliben/raft are: Algorithms.
Open-source alternatives to eliben/raft include: cenkalti/backoff — This is a Go library providing a framework for managing repetitive task execution and implementing exponential backoff… cespare/xxhash — A Go implementation of the 64-bit xxHash algorithm (XXH64). emirpasic/gods — This project is a comprehensive container framework for Go that provides a suite of fundamental data structures and… fastfilter/xorfilter. hashicorp/golang-lru — This is a thread-safe in-memory cache library for Go that automatically evicts the least recently used items when… buckket/go-blurhash.