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:
- Simple, lightweight and ultra-fast HTTP Cache to speed up your websitesβ65Updated 2 years ago
- π§ Flexible mechanism to make execution flow interruptible.β100Updated 4 years ago
- Fast Concurrent / Parallel Sorting in Goβ137Updated last week
- Go implementation of different backoff strategies useful for retrying operations and heartbeating.β85Updated 4 years ago
- Package ring provides a high performance and thread safe Go implementation of a bloom filter.β141Updated 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
- A simple and efficient hashmap package for Go. Uses open addressing, Robin Hood hashing, and xxhash algorithm.β81Updated 3 years ago
- x/sync/singleflight but with Go 1.18 genericsβ31Updated 3 years ago
- Fast and Scalable RPC Frameworkβ43Updated last year
- β86Updated 4 years ago
- fast int64-int64 map for goβ98Updated 2 years ago
- π¦ Semaphore pattern implementation with timeout of lock/unlock operations.β103Updated 5 years ago
- Golang utlities to make your life easier with zero allocationsβ47Updated 3 months ago
- A spinlock implementation for Go.β62Updated 4 years ago
- A Go implementation of JSONPathβ91Updated 6 years ago
- Storing strings without GC overheadβ83Updated 5 years ago
- Go simple async worker poolβ92Updated 4 years ago
- Expirable Go LRC\LRU cache without goroutinesβ86Updated 3 months ago
- stream is a concurrency pattern implementation using Go generics. a.k.a. my accidentally awesome libraryβ67Updated 3 months ago
- Websocket implementation for fasthttp.β53Updated last year
- 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
- Simple string pattern matcher for Goβ127Updated last year
- A prefix tree implementation in goβ43Updated last year
- An inflection engine for golangβ103Updated 9 months ago
- Compact, sortable and fast unique IDs with embedded metadata.β91Updated 3 years ago
- Connection pool for Go's net.Conn interfaceβ127Updated 2 years ago
- GoLang extended synchronization primitives: Named mutex, non blocking mutex, semaphore.β51Updated 8 years ago
- Lightweight, thread-safe, blocking FIFO queue based on auto-resizing circular bufferβ70Updated 4 years ago
- Simple expression evaluation engine for Goβ72Updated 4 years ago
- A Lightweight in-memory key:value cache library for Go.β179Updated 2 years ago