EagleChen / mapmutexLinks
Golang implementation of fine-grained mutex for per key in a map. Better performance than one giant mutex.
☆34Updated 5 years ago
Alternatives and similar repositories for mapmutex
Users that are interested in mapmutex are comparing it to the libraries listed below
Sorting:
- ☆86Updated 4 years ago
- Websocket implementation for fasthttp.☆54Updated last year
- Simple, lightweight and ultra-fast HTTP Cache to speed up your websites☆66Updated 2 years ago
- 🚧 Flexible mechanism to make execution flow interruptible.☆100Updated 4 years ago
- An inflection engine for golang☆103Updated 11 months ago
- stream is a concurrency pattern implementation using Go generics. a.k.a. my accidentally awesome library☆67Updated 4 months ago
- Golang utlities to make your life easier with zero allocations☆47Updated 4 months ago
- µjson - A fast and minimal JSON parser and transformer that works on unstructured JSON☆83Updated 7 months ago
- 🚦 Semaphore pattern implementation with timeout of lock/unlock operations.☆103Updated 5 years ago
- Declare AMQP entities like queues, producers, and consumers in a declarative way. Can be used to work with RabbitMQ.☆90Updated last year
- a decision & trigger framework backed by Google's Common Expression Language☆65Updated 4 years ago
- A Lightweight in-memory key:value cache library for Go.☆181Updated 2 years ago
- Fast Concurrent / Parallel Sorting in Go☆138Updated 3 weeks ago
- Highly scalable, single/multi node, sortable, predictable and incremental unique id generator with zero allocation magic on the sequentia…☆34Updated last year
- GoLang extended synchronization primitives: Named mutex, non blocking mutex, semaphore.☆51Updated 9 years ago
- Package set is a small wrapper around the official reflect package that facilitates loose type conversion and assignment into native Go t…☆47Updated 3 years ago
- Set of Go context's utilities.☆55Updated 4 years ago
- Simple expression evaluation engine for Go☆72Updated 4 years ago
- Go simple async worker pool☆92Updated 4 years ago
- Storing strings without GC overhead☆84Updated 5 years ago
- 🪡 Dead simple, lightweight tracing.☆89Updated 4 years ago
- Lightweight, thread-safe, blocking FIFO queue based on auto-resizing circular buffer☆70Updated 4 years ago
- Package ring provides a high performance and thread safe Go implementation of a bloom filter.☆141Updated 4 years ago
- Pure Go embedded persistent job queue backed by BadgerDB☆166Updated 2 years ago
- A simple thread-safe and fixed size LRU. Based on the Hashlru Algorithm☆71Updated 2 years ago
- Golang source code parsing, usage like reflect package☆63Updated 11 months ago
- An in-process simple publish/subscribe library for golang☆108Updated 5 years ago
- Go implementation of different backoff strategies useful for retrying operations and heartbeating.☆85Updated 5 years ago
- A better Generic Pool (sync.Pool)☆68Updated 4 months ago
- Session implementation for fasthttp☆85Updated 5 months ago