enriquebris / goconcurrentqueueLinks
Go concurrent-safe, goroutine-safe, thread-safe queue
☆434Updated 2 years ago
Alternatives and similar repositories for goconcurrentqueue
Users that are interested in goconcurrentqueue are comparing it to the libraries listed below
Sorting:
- ⏪️ Go package providing multiple queue implementations. Developed in a thread-safe generic way.☆330Updated 2 months ago
- Fast ring-buffer deque (double-ended queue)☆755Updated 3 months ago
- Optimal implementation of ordered maps for Golang - ie maps that remember the order in which keys were inserted.☆660Updated 10 months ago
- A Golang package for doing a deep copy for (just about) anything☆148Updated last year
- A highly optimized double-ended queue☆203Updated 2 years ago
- a thread-safe circular buffer (ring buffer) in Go, implemented io.ReaderWriter interface☆620Updated this week
- ⚖️ Fast weighted random selection for Go☆416Updated last week
- 🔃 An ordered map in Go with amortized O(1) for Set, Get, Delete and Len.☆1,014Updated last month
- ❄ An Lock Free ID Generator for Golang based on Snowflake Algorithm (Twitter announced).☆296Updated 3 years ago
- Fast, zero heap allocation Go Trie for runes or paths☆502Updated last year
- Synchronization and asynchronous computation package for Go☆295Updated 2 weeks ago
- Package tasks is an easy to use in-process scheduler for recurring tasks in Go☆323Updated last year
- Fastest and most memory efficient golang concurrent hashmap☆1,028Updated last year
- Zero-allocation reflection library for Go☆596Updated 2 years ago
- Golang Cache component - Multiple drivers☆372Updated 10 months ago
- ☆260Updated this week
- 🚀 A real-time Golang runtime stats visualization profiler☆592Updated last year
- Abstract JSON for Golang with JSONPath support☆291Updated last year
- Nano ID for Go☆438Updated last year
- Golang rate limiters for distributed applications☆615Updated this week
- A thread-safe queue faster and more resource efficient than golang's native channels☆694Updated last year
- High performance Golang HTTP middleware for server-side application layer caching, ideal for REST APIs☆369Updated last year
- Generic resource pool for Go☆406Updated 3 weeks ago
- go-lock is a lock library implementing read-write mutex and read-write trylock without starvation☆124Updated 3 years ago
- a thread-safe concurrent map for go☆100Updated 2 years 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 …☆401Updated 2 years ago
- Abstract File Storage☆373Updated last month
- Copygen generates code based on Go types. Generate type-based code to copy values from type to type and fields from struct to struct by d…☆399Updated 11 months ago
- HTTP/2 implementation for fasthttp☆236Updated 7 months ago
- A simple and efficient hashmap package for Go. Open addressing, robin hood hashing, and xxh3 algorithm. Supports generics.☆221Updated 2 years ago