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:
- π§ Flexible mechanism to make execution flow interruptible.β100Updated 4 years ago
- Simple string pattern matcher for Goβ134Updated 2 months ago
- Simple, lightweight and ultra-fast HTTP Cache to speed up your websitesβ67Updated 2 years ago
- Go simple async worker poolβ92Updated 4 years ago
- Blazing fast time function library for Go with zero memory allocation. fastime returns the approximate time.β56Updated 3 months ago
- An inflection engine for golangβ103Updated last year
- π¦ Semaphore pattern implementation with timeout of lock/unlock operations.β103Updated 5 years ago
- Generative Adversarial Network in Go via Gorgoniaβ87Updated 3 years ago
- Go implementation of different backoff strategies useful for retrying operations and heartbeating.β85Updated 5 years ago
- Golang source code parsing, usage like reflect packageβ64Updated last month
- πͺ‘ Dead simple, lightweight tracing.β89Updated 4 years ago
- stream is a concurrency pattern implementation using Go generics. a.k.a. my accidentally awesome libraryβ67Updated 6 months ago
- Compact, sortable and fast unique IDs with embedded metadata.β94Updated 3 years ago
- A small library to measure latency of things.β35Updated 8 years ago
- A simple thread-safe and fixed size LRU. Based on the Hashlru Algorithmβ71Updated 2 years ago
- β86Updated 4 years ago
- x/sync/singleflight but with Go 1.18 genericsβ31Updated 3 years ago
- Expression evaluator for Goβ77Updated 7 months ago
- Package ring provides a high performance and thread safe Go implementation of a bloom filter.β143Updated 5 years ago
- efficient client β‘οΈβ75Updated last year
- Levenshtein distance and similarity metrics with customizable edit costs and Winkler-like bonus for common prefix.β91Updated 5 years ago
- A spinlock implementation for Go.β62Updated 4 years ago
- Fast Concurrent / Parallel Sorting in Goβ141Updated 2 months ago
- Storing strings without GC overheadβ84Updated last month
- A prefix tree implementation in goβ43Updated last year
- Strict Runtime Dependency Injection for Golangβ39Updated 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 decision & trigger framework backed by Google's Common Expression Languageβ65Updated 4 years ago
- Lightweight, thread-safe, blocking FIFO queue based on auto-resizing circular bufferβ70Updated 5 years ago
- Highly concurrent drop-in replacement for bufio.Writerβ57Updated 7 years ago