EagleChen / mapmutex
Golang implementation of fine-grained mutex for per key in a map. Better performance than one giant mutex.
☆33Updated 4 years ago
Alternatives and similar repositories for mapmutex:
Users that are interested in mapmutex are comparing it to the libraries listed below
- Package set is a small wrapper around the official reflect package that facilitates loose type conversion and assignment into native Go t…☆47Updated 2 years ago
- A prefix tree implementation in go☆41Updated 9 months ago
- Simple, lightweight and ultra-fast HTTP Cache to speed up your websites☆64Updated last year
- Go exec helpers for better using processes.☆95Updated 2 years ago
- 🚧 Flexible mechanism to make execution flow interruptible.☆102Updated 3 years ago
- x/sync/singleflight but with Go 1.18 generics☆30Updated 2 years ago
- GoLang extended synchronization primitives: Named mutex, non blocking mutex, semaphore.☆51Updated 8 years ago
- An in-process simple publish/subscribe library for golang☆107Updated 4 years ago
- 🚦 Semaphore pattern implementation with timeout of lock/unlock operations.☆103Updated 4 years ago
- A spinlock implementation for Go.☆61Updated 3 years ago
- Expirable Go LRC\LRU cache without goroutines☆83Updated last month
- Storing strings without GC overhead☆83Updated 5 years ago
- Checks if there are any updates for imports in your module.☆39Updated last month
- Go implementation of different backoff strategies useful for retrying operations and heartbeating.☆85Updated 4 years ago
- Go module for encoding structs into URL query parameters☆76Updated 10 months ago
- fast int64-int64 map for go☆95Updated 2 years ago
- Library for setting values to structs' fields from env, flags, files or default tag☆108Updated last week
- A simple thread-safe and fixed size LRU. Based on the Hashlru Algorithm☆71Updated last year
- a decision & trigger framework backed by Google's Common Expression Language☆64Updated 4 years ago
- Set of Go context's utilities.☆52Updated 3 years ago
- Connection pool for Go's net.Conn interface☆129Updated 2 years ago
- Auxiliary vendoring tool for Go's new go.mod☆110Updated 3 years ago
- stream is a concurrency pattern implementation using Go generics. a.k.a. my accidentally awesome library☆67Updated last month
- Off heap golang memory pool☆59Updated 3 years ago
- A golang zero-allocation HTTP parser (and eventually http server)☆71Updated 10 years ago
- Library for writing protoc plugins in Go; also includes a pure-Go protoc replacement☆86Updated last week
- Fast and Scalable RPC Framework☆43Updated last year
- An inflection engine for golang☆102Updated 4 months ago
- Golang io.Reader and io.Writer but with limits☆76Updated last year
- Zero allocation Nullable structures in one library with handy conversion functions, marshallers and unmarshallers☆85Updated last year