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 5 years ago
- 🚧 Flexible mechanism to make execution flow interruptible.☆100Updated 4 years ago
- Simple, lightweight and ultra-fast HTTP Cache to speed up your websites☆68Updated 2 years ago
- 🚦 Semaphore pattern implementation with timeout of lock/unlock operations.☆103Updated 5 years ago
- Package ring provides a high performance and thread safe Go implementation of a bloom filter.☆143Updated 5 years ago
- stream is a concurrency pattern implementation using Go generics. a.k.a. my accidentally awesome library☆67Updated 8 months ago
- An inflection engine for golang☆103Updated last year
- Go implementation of different backoff strategies useful for retrying operations and heartbeating.☆85Updated 5 years ago
- Go simple async worker pool☆92Updated 4 years ago
- GoLang extended synchronization primitives: Named mutex, non blocking mutex, semaphore.☆51Updated 9 years ago
- Simple string pattern matcher for Go☆134Updated 3 months ago
- 🪡 Dead simple, lightweight tracing.☆90Updated 4 years ago
- A spinlock implementation for Go.☆63Updated 4 years ago
- Storing strings without GC overhead☆84Updated this week
- Fast Concurrent / Parallel Sorting in Go☆142Updated 4 months ago
- Blazing fast time function library for Go with zero memory allocation. fastime returns the approximate time.☆56Updated 5 months ago
- A simple and efficient hashmap package for Go. Uses open addressing, Robin Hood hashing, and xxhash algorithm.☆82Updated 3 years ago
- Golang source code parsing, usage like reflect package☆64Updated 2 months ago
- Levenshtein distance and similarity metrics with customizable edit costs and Winkler-like bonus for common prefix.☆91Updated 5 years ago
- Websocket implementation for fasthttp.☆54Updated last year
- simple data streams for go☆31Updated 3 years ago
- A Lightweight in-memory key:value cache library for Go.☆183Updated 2 years ago
- Declare AMQP entities like queues, producers, and consumers in a declarative way. Can be used to work with RabbitMQ.☆90Updated 2 years ago
- a decision & trigger framework backed by Google's Common Expression Language☆64Updated 4 years ago
- Minimalistic RBAC package for Go applications☆115Updated 7 years ago
- Expression evaluator for Go☆78Updated 8 months ago
- An in-process simple publish/subscribe library for golang☆108Updated 5 years ago
- Golang utlities to make your life easier with zero allocations☆48Updated 2 months ago
- Make functions return a channel for parallel processing via go routines.☆33Updated 4 years ago
- A simple thread-safe and fixed size LRU. Based on the Hashlru Algorithm☆71Updated 2 years ago