EagleChen / mapmutex
Golang implementation of fine-grained mutex for per key in a map. Better performance than one giant mutex.
☆34Updated 4 years ago
Alternatives and similar repositories for mapmutex:
Users that are interested in mapmutex are comparing it to the libraries listed below
- x/sync/singleflight but with Go 1.18 generics☆30Updated 3 years ago
- GoLang extended synchronization primitives: Named mutex, non blocking mutex, semaphore.☆51Updated 8 years ago
- A spinlock implementation for Go.☆61Updated 4 years ago
- Lightweight validation library that can export rules as JSON so browsers can apply the same rules.☆16Updated 10 months ago
- Go implementation of different backoff strategies useful for retrying operations and heartbeating.☆85Updated 4 years ago
- Generative Adversarial Network in Go via Gorgonia☆87Updated 2 years ago
- 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
- Fast Concurrent / Parallel Sorting in Go☆136Updated 10 months ago
- Package flow provides support for basic FBP / pipelines☆24Updated 3 months ago
- An in-process simple publish/subscribe library for golang☆107Updated 4 years ago
- Go's missing DateTime package☆37Updated 4 months ago
- Storing strings without GC overhead☆82Updated 5 years ago
- Tool for golang that generates jennifer code☆70Updated last year
- 🚧 Flexible mechanism to make execution flow interruptible.☆102Updated 3 years ago
- Levenshtein distance and similarity metrics with customizable edit costs and Winkler-like bonus for common prefix.☆87Updated 4 years ago
- Helpers for making the use of reflection easier☆28Updated 9 months ago
- µjson - A fast and minimal JSON parser and transformer that works on unstructured JSON☆82Updated 3 months ago
- Simple, lightweight and ultra-fast HTTP Cache to speed up your websites☆65Updated 2 years ago
- Simple string pattern matcher for Go☆127Updated last year
- Go exec helpers for better using processes.☆95Updated 2 years ago
- Convert Golang Struct To GraphQL Object On The Fly☆40Updated 4 years ago
- Library for writing protoc plugins in Go; also includes a pure-Go protoc replacement☆86Updated 2 months ago
- A Go API for generating .go source files☆24Updated 2 years ago
- Set of Go context's utilities.☆54Updated 3 years ago
- Null Types, Safe primitive type conversion and fetching value from complex structures.☆47Updated 3 years ago
- Pipelines using goroutines☆57Updated 3 years ago
- Highly scalable, single/multi node, sortable, predictable and incremental unique id generator with zero allocation magic on the sequentia…☆34Updated last year
- Ketama implementation compatible with Algorithm::Ketama☆67Updated 4 years ago
- A golang zero-allocation HTTP parser (and eventually http server)☆75Updated 10 years ago
- Expression evaluator for Go☆69Updated last year