benbjohnson / jmphash
Implementation of the Jump Consistent Hash algorithm in Go.
☆153Updated 10 years ago
Alternatives and similar repositories for jmphash:
Users that are interested in jmphash are comparing it to the libraries listed below
- A distributed id generation service that starts at zero.☆74Updated 9 years ago
- A caching library for go that supports multiple keys and various replacement algorithms.☆159Updated 2 years ago
- Declarative flag parameters as struct tags☆61Updated 8 years ago
- Generate datastructures for your types.☆77Updated 5 years ago
- OVO is an In-Memory Key/Value Storage☆92Updated 9 years ago
- Fastest Encoder in the West☆64Updated 8 years ago
- Self-contained API keys via cryptographic signatures☆121Updated 7 years ago
- A file backed circular buffer for Go. Mmap file into memory. Madvise to lower memory footprint.☆81Updated 5 months ago
- Extensible arithmetic parsing lib for go☆67Updated 5 years ago
- Rethinking logs and metrics.☆63Updated 8 years ago
- Metric reporting for Go applications☆77Updated 9 years ago
- Testy is an extensible facade around Go's core testing library☆73Updated 7 years ago
- BitSet data structure in golang☆38Updated 5 years ago
- github.com/cznic/file has moved to modernc.org/file☆57Updated 6 years ago
- prdeps prints the dependency graph of a Go package.☆43Updated 7 years ago
- Easy Go vendoring via git submodule☆103Updated 8 years ago
- ☆70Updated 3 years ago
- The slice package sorts Go slices.☆111Updated 6 years ago
- Generic Data Structures/Algorithms in golang.☆53Updated 8 years ago
- Golang augmented net.Dialer with connection pooling, cached DNS record IP's with round-robin & random access☆42Updated 6 years ago
- Period provides a set of missing Time Range to Go, it cover all basic operations regardings time ranges.☆46Updated 9 years ago
- [Go] interface-bench - a quick look at some of Go's subtleties regarding the use of interfaces.☆110Updated 8 years ago
- trace is a wrapper for net/trace that extends it by logging trace/event information to a structured log and providing metrics (counts, er…☆72Updated 3 years ago
- Lightweight key-value interface to a bunch of storage engines with middleware support, organized as a chain of operations; written in Go☆129Updated 6 years ago
- Package strit introduces a new type of string iterator, along with a number of iterator constructors, wrappers and combinators.