enriquebris / goconcurrentqueueLinks
Go concurrent-safe, goroutine-safe, thread-safe queue
☆427Updated 2 years ago
Alternatives and similar repositories for goconcurrentqueue
Users that are interested in goconcurrentqueue are comparing it to the libraries listed below
Sorting:
- Optimal implementation of ordered maps for Golang - ie maps that remember the order in which keys were inserted.☆601Updated 3 months ago
- ⏪️ Go package providing multiple queue implementations. Developed in a thread-safe generic way.☆310Updated last month
- Fast ring-buffer deque (double-ended queue)☆690Updated this week
- A highly optimized double-ended queue☆200Updated last year
- A Golang package for doing a deep copy for (just about) anything☆147Updated last year
- Zero-allocation reflection library for Go☆576Updated last year
- 🚀 A real-time Golang runtime stats visualization profiler☆588Updated 11 months ago
- ❄ An Lock Free ID Generator for Golang based on Snowflake Algorithm (Twitter announced).☆281Updated 2 years ago
- Synchronization and asynchronous computation package for Go☆249Updated this week
- Golang Cache component - Multiple drivers☆373Updated 3 months ago
- a thread-safe circular buffer (ring buffer) in Go, implemented io.ReaderWriter interface☆581Updated 3 months ago
- Nano ID for Go☆434Updated last year
- 🔃 An ordered map in Go with amortized O(1) for Set, Get, Delete and Len.☆963Updated last month
- Package tasks is an easy to use in-process scheduler for recurring tasks in Go☆313Updated 10 months ago
- ⚖️ Fast weighted random selection for Go☆406Updated last week
- ☆242Updated this week
- Abstract JSON for Golang with JSONPath support☆276Updated 7 months ago
- Golang client for redislabs' ReJSON module with support for multilple redis clients (redigo, go-redis)☆343Updated last year
- A thread-safe queue faster and more resource efficient than golang's native channels☆680Updated last year
- 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 …☆389Updated last year
- Expression evaluation in golang☆170Updated 4 months ago
- Fast, zero heap allocation Go Trie for runes or paths☆494Updated 9 months ago
- Efficient JSON beautifier and compactor for Go☆389Updated 2 years ago
- a thread-safe concurrent map for go☆96Updated last year
- Fastest and most memory efficient golang concurrent hashmap☆1,003Updated 8 months ago
- HTTP/2 implementation for fasthttp☆223Updated last week
- Golang rate limiters for distributed applications☆570Updated last week
- convert your database tables to structs easily☆238Updated 8 months ago
- xmlquery is Golang XPath package for XML query.☆470Updated 2 months ago
- Convert string to camel case, snake case, kebab case / slugify, custom delimiter, pad string, tease string and many other functionalities…☆250Updated last month