sheerun / queue
Lightweight, thread-safe, blocking FIFO queue based on auto-resizing circular buffer
☆70Updated 4 years ago
Alternatives and similar repositories for queue:
Users that are interested in queue are comparing it to the libraries listed below
- Simple string pattern matcher for Go☆126Updated 10 months ago
- Load file-backed memory☆120Updated 2 years ago
- Storing strings without GC overhead☆82Updated 5 years ago
- 🚦 Semaphore pattern implementation with timeout of lock/unlock operations.☆103Updated 4 years ago
- A simple thread-safe and fixed size LRU. Based on the Hashlru Algorithm☆71Updated last year
- Package ring provides a high performance and thread safe Go implementation of a bloom filter.☆138Updated 4 years ago
- A simple and efficient hashmap package for Go. Uses open addressing, Robin Hood hashing, and xxhash algorithm.☆80Updated 2 years ago
- Rolling window implementation in go.☆57Updated this week
- Go reflection simplified☆101Updated 3 months ago
- Session implementation for fasthttp☆85Updated last month
- Off heap golang memory pool☆59Updated 3 years ago
- An in-process simple publish/subscribe library for golang☆107Updated 4 years ago
- A Lightweight in-memory key:value cache library for Go.☆179Updated last year
- A goroutine limiter for Go☆79Updated 2 years ago
- A JSON stream parser for Go☆67Updated 2 years ago
- A spinlock implementation for Go.☆61Updated 4 years ago
- 🚧 Flexible mechanism to make execution flow interruptible.☆102Updated 3 years ago
- Pure Go embedded persistent job queue backed by BadgerDB☆161Updated 2 years ago
- a decision & trigger framework backed by Google's Common Expression Language☆64Updated 4 years ago
- Levenshtein distance and similarity metrics with customizable edit costs and Winkler-like bonus for common prefix.☆86Updated 4 years ago
- 10x faster than crypto/rand. Uses securely allocated memory. Forked from https://gitlab.com/NebulousLabs/fastrand☆162Updated 3 years ago
- Expression evaluator for Go☆68Updated 11 months ago
- Blazing fast time function library for Go with zero memory allocation. fastime returns the approximate time.☆54Updated last year
- Intern Go strings☆94Updated last year
- Go implementation of different backoff strategies useful for retrying operations and heartbeating.☆85Updated 4 years ago
- interpol is a Go package for doing format-string like string interpolation using named parameters.☆44Updated 6 years ago
- Expirable Go LRC\LRU cache without goroutines☆84Updated 2 months ago
- Threading and Caching Utilities for golang☆31Updated 6 years ago
- GoLang extended synchronization primitives: Named mutex, non blocking mutex, semaphore.☆51Updated 8 years ago
- Fast Concurrent / Parallel Sorting in Go☆134Updated 9 months ago