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:
- Fast ring-buffer deque (double-ended queue)☆752Updated 2 months ago
- ⏪️ Go package providing multiple queue implementations. Developed in a thread-safe generic way.☆330Updated 2 months ago
- Zero-allocation reflection library for Go☆596Updated 2 years ago
- Optimal implementation of ordered maps for Golang - ie maps that remember the order in which keys were inserted.☆657Updated 9 months ago
- Abstract JSON for Golang with JSONPath support☆291Updated last year
- 🚀 A real-time Golang runtime stats visualization profiler☆592Updated last year
- A highly optimized double-ended queue☆203Updated 2 years ago
- A Golang package for doing a deep copy for (just about) anything☆148Updated last year
- Golang Cache component - Multiple drivers☆373Updated 9 months ago
- a thread-safe circular buffer (ring buffer) in Go, implemented io.ReaderWriter interface☆618Updated last week
- Fast, zero heap allocation Go Trie for runes or paths☆502Updated 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 …☆402Updated 2 years ago
- Package tasks is an easy to use in-process scheduler for recurring tasks in Go☆321Updated last year
- Synchronization and asynchronous computation package for Go☆288Updated last week
- Clone any Go data structure deeply and thoroughly.☆331Updated 9 months ago
- 🔃 An ordered map in Go with amortized O(1) for Set, Get, Delete and Len.☆1,014Updated 3 weeks ago
- Nano ID for Go☆438Updated last year
- ❄ An Lock Free ID Generator for Golang based on Snowflake Algorithm (Twitter announced).☆295Updated 3 years ago
- ⚖️ Fast weighted random selection for Go☆416Updated this week
- A thread-safe queue faster and more resource efficient than golang's native channels☆693Updated last year
- Efficient JSON beautifier and compactor for Go☆408Updated 3 years ago
- Abstract File Storage☆373Updated last month
- Simple key-value store abstraction and implementations for Go (Redis, Consul, etcd, bbolt, BadgerDB, LevelDB, Memcached, DynamoDB, S3, Po…☆821Updated 2 months ago
- ☆259Updated last week
- a thread-safe concurrent map for go☆100Updated 2 years ago
- High performance Golang HTTP middleware for server-side application layer caching, ideal for REST APIs☆369Updated last year
- xmlquery is Golang XPath package for XML query.☆485Updated 3 months ago
- ☆221Updated last year
- Cache arbitrary data with an expiration time.☆192Updated 3 years ago
- Convert string to camel case, snake case, kebab case / slugify, custom delimiter, pad string, tease string and many other functionalities…☆251Updated 8 months ago