enriquebris / goconcurrentqueueLinks
Go concurrent-safe, goroutine-safe, thread-safe queue
☆431Updated 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.☆313Updated this week
- Optimal implementation of ordered maps for Golang - ie maps that remember the order in which keys were inserted.☆616Updated 4 months ago
- Fast ring-buffer deque (double-ended queue)☆698Updated last month
- A highly optimized double-ended queue☆201Updated last year
- A thread-safe queue faster and more resource efficient than golang's native channels☆685Updated last year
- Package tasks is an easy to use in-process scheduler for recurring tasks in Go☆317Updated 11 months ago
- A Golang package for doing a deep copy for (just about) anything☆148Updated last year
- ⚖️ Fast weighted random selection for Go☆408Updated last week
- a thread-safe circular buffer (ring buffer) in Go, implemented io.ReaderWriter interface☆591Updated 5 months ago
- Synchronization and asynchronous computation package for Go☆256Updated last month
- Abstract JSON for Golang with JSONPath support☆279Updated 8 months ago
- ❄ An Lock Free ID Generator for Golang based on Snowflake Algorithm (Twitter announced).☆286Updated 2 years ago
- Fast, zero heap allocation Go Trie for runes or paths☆495Updated 11 months ago
- 🚀 A real-time Golang runtime stats visualization profiler☆590Updated last year
- Zero-allocation reflection library for Go☆580Updated last year
- Convert string to camel case, snake case, kebab case / slugify, custom delimiter, pad string, tease string and many other functionalities…☆250Updated 3 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 …☆394Updated last year
- Golang Cache component - Multiple drivers☆373Updated 4 months ago
- Cache arbitrary data with an expiration time.☆194Updated 2 years ago
- 🔃 An ordered map in Go with amortized O(1) for Set, Get, Delete and Len.☆975Updated 2 months ago
- Nano ID for Go☆435Updated last year
- Fastest and most memory efficient golang concurrent hashmap☆1,015Updated 9 months ago
- 🛠 A full-featured dependency injection container for go programming language.☆238Updated last year
- Abstract File Storage☆339Updated last month
- A simple and efficient hashmap package for Go. Open addressing, robin hood hashing, and xxh3 algorithm. Supports generics.☆218Updated 2 years ago
- ☆248Updated this week
- Golang client for redislabs' ReJSON module with support for multilple redis clients (redigo, go-redis)☆344Updated last year
- 🔊Minimalist message bus implementation for internal communication with zero-allocation magic on Emit☆349Updated 2 years ago
- Fast, fully fledged murmur3 in Go.☆338Updated 2 years ago
- 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…☆397Updated 5 months ago