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:
- Fast Concurrent / Parallel Sorting in Goβ142Updated 3 months ago
- π§ Flexible mechanism to make execution flow interruptible.β100Updated 4 years ago
- Highly scalable, single/multi node, sortable, predictable and incremental unique id generator with zero allocation magic on the sequentiaβ¦β34Updated last year
- Simple, lightweight and ultra-fast HTTP Cache to speed up your websitesβ68Updated 2 years ago
- β86Updated 4 years ago
- π¦ Semaphore pattern implementation with timeout of lock/unlock operations.β103Updated 5 years 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
- Simple string pattern matcher for Goβ134Updated 2 months ago
- Go simple async worker poolβ92Updated 4 years ago
- Levenshtein distance and similarity metrics with customizable edit costs and Winkler-like bonus for common prefix.β91Updated 5 years ago
- Go exec helpers for better using processes.β95Updated 2 years ago
- A simple and efficient hashmap package for Go. Uses open addressing, Robin Hood hashing, and xxhash algorithm.β82Updated 3 years ago
- Blazing fast time function library for Go with zero memory allocation. fastime returns the approximate time.β56Updated 4 months ago
- Storing strings without GC overheadβ84Updated 2 months ago
- GoLang extended synchronization primitives: Named mutex, non blocking mutex, semaphore.β51Updated 9 years ago
- Pipelines using goroutinesβ59Updated 4 years ago
- Pure Go embedded persistent job queue backed by BadgerDBβ167Updated 3 years ago
- A spinlock implementation for Go.β62Updated 4 years ago
- Compact, sortable and fast unique IDs with embedded metadata.β94Updated 4 years ago
- A Lightweight in-memory key:value cache library for Go.β182Updated 2 years ago
- An in-process simple publish/subscribe library for golangβ108Updated 5 years ago
- πͺ‘ Dead simple, lightweight tracing.β90Updated 4 years ago
- a decision & trigger framework backed by Google's Common Expression Languageβ64Updated 4 years ago
- Library for setting values to structs' fields from env, flags, files or default tagβ108Updated 10 months ago
- Golang source code parsing, usage like reflect packageβ64Updated last month
- Declare AMQP entities like queues, producers, and consumers in a declarative way. Can be used to work with RabbitMQ.β90Updated 2 years ago
- stream is a concurrency pattern implementation using Go generics. a.k.a. my accidentally awesome libraryβ67Updated 7 months ago
- fast int64-int64 map for goβ98Updated 3 weeks ago
- Lightweight, thread-safe, blocking FIFO queue based on auto-resizing circular bufferβ70Updated 5 years ago