dsa0x / sproutLinks
A Go implementation of an in-memory bloom filter, with support for boltdb and badgerdb as optional data persistent storage.
☆29Updated 3 years ago
Alternatives and similar repositories for sprout
Users that are interested in sprout are comparing it to the libraries listed below
Sorting:
- Simple Distributed Locks in Go using Redis, MySQL, PostgreSQL, MongoDB, etc.☆38Updated 10 months ago
- Off heap golang memory pool☆60Updated 4 years ago
- A simple thread-safe and fixed size LRU. Based on the Hashlru Algorithm☆71Updated 2 years ago
- Load file-backed memory☆121Updated 3 years ago
- 🐺 A Lightweight Cloud Native API Gateway.☆131Updated last week
- Package gostackparse parses goroutines stack traces as produced by panic() or debug.Stack() at ~300 MiB/s.☆122Updated 4 months ago
- Connection pool for Go's net.Conn interface☆127Updated 3 years ago
- Maths includes mathematical functions not defined in the standard Go math package.☆174Updated 2 years ago
- A concurrent rate limiter library for Golang based on Sliding-Window rate limiter algorithm.☆243Updated 2 years ago
- some data structures and algorithms using golang☆69Updated last year
- Implementation of Boyer-Moore fast string search algorithm in Go☆58Updated 3 years ago
- a golang test framework for asserting expected escape analysis results & heap allocations☆72Updated 9 months ago
- A golang map in which entries expire after given a time period☆59Updated last year
- Single producer and multi-reader lockless ring buffer in go using generics from the go 1.18.x release. It is significantly faster than ch…☆163Updated 2 years ago
- Modern Thread-Safe Caching System with Basic Full Text Functionalities☆52Updated 2 years ago
- Easy to use Raft library to make your app distributed, highly available and fault-tolerant☆75Updated 3 years ago
- Fastest and most efficient goroutine pool (experimental)☆140Updated 2 years ago
- Cancellable, Efficient and Reliable Distributed Task Queue in Go☆93Updated 3 years ago
- A multi-level cache library with cache stampede prevention for Go☆125Updated 3 years ago
- A fast file-based priority queue☆58Updated last year
- Fault tolerant, sharded key value storage written in GoLang☆83Updated 2 years ago
- Caching middleware for database/sql☆50Updated 5 months ago
- A Trie implementation in Go meant for auto-completion use cases. Supports Levenshtein distance search.☆112Updated 2 years ago
- Library for monkey-patching functions in Go☆23Updated 3 years ago
- High Availability Routing and Queueing Application☆50Updated 4 years ago
- ☆33Updated 3 years ago
- Consistent hashing hashring implementation.☆35Updated last year
- Experiments with Go generics☆100Updated 3 years ago
- A set of performant rate limiters for Go☆91Updated last year
- Expression evaluator for Go☆77Updated 6 months ago