enriquebris / goconcurrentqueue
Go concurrent-safe, goroutine-safe, thread-safe queue
☆421Updated last year
Alternatives and similar repositories for goconcurrentqueue:
Users that are interested in goconcurrentqueue are comparing it to the libraries listed below
- Optimal implementation of ordered maps for Golang - ie maps that remember the order in which keys were inserted.☆565Updated 7 months ago
- Zero-allocation reflection library for Go☆557Updated last year
- ⏪️ Go package providing multiple queue implementations. Developed in a thread-safe generic way.☆284Updated 2 months ago
- Fast ring-buffer deque (double-ended queue)☆659Updated last week
- reflect api without runtime reflect.Value cost☆782Updated 8 months ago
- a thread-safe circular buffer (ring buffer) in Go, implemented io.ReaderWriter interface☆550Updated last week
- Fastest and most memory efficient golang concurrent hashmap☆980Updated 4 months ago
- Golang rate limiters for distributed applications☆533Updated this week
- 🚀 A real-time Golang runtime stats visualization profiler☆583Updated 7 months ago
- orderedmap is a golang map where the keys keep the order that they're added. It can be de/serialized from/to JSON. It's based closely on …☆378Updated last year
- 🔃 An ordered map in Go with amortized O(1) for Set, Get, Delete and Len.☆924Updated this week
- Fast, zero heap allocation Go Trie for runes or paths☆487Updated 6 months ago
- Golang Cache component - Multiple drivers☆372Updated 11 months ago
- A thread-safe queue faster and more resource efficient than golang's native channels☆674Updated last year
- A library for diffing golang structures☆932Updated last year
- Abstract File Storage☆316Updated last week
- Thread-safe file locking library in Go☆611Updated this week
- Abstract JSON for Golang with JSONPath support☆265Updated 3 months ago
- Go package for dealing with maps, slices, JSON and other data.☆733Updated last month
- Generate type-safe Go converters by defining function signatures.☆636Updated last month
- A simple and efficient hashmap package for Go. Open addressing, robin hood hashing, and xxh3 algorithm. Supports generics.☆218Updated last year
- Fast weighted random selection for Go☆400Updated 4 months ago
- Generic resource pool for Go☆348Updated last month
- XXH3 algorithm in Go☆441Updated 2 weeks ago
- Initialize structs with default values☆822Updated 7 months ago
- Fast, fully fledged murmur3 in Go.☆322Updated last year
- Golang port of Abseil's SwissTable☆826Updated 2 weeks ago
- An in-memory cache with item expiration and generics☆1,018Updated 2 weeks ago
- A highly optimized double-ended queue☆193Updated last year
- Combine one or more Go errors together☆1,115Updated 10 months ago