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☆66Updated 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 3 years ago
- Levenshtein distance and similarity metrics with customizable edit costs and Winkler-like bonus for common prefix.☆89Updated 4 years ago
- Fast Concurrent / Parallel Sorting in Go☆137Updated last week
- Simple string pattern matcher for Go☆128Updated last year
- 🚧 Flexible mechanism to make execution flow interruptible.☆100Updated 4 years ago
- ☆86Updated 4 years ago
- Expirable Go LRC\LRU cache without goroutines☆89Updated 3 months ago
- Lightweight, thread-safe, blocking FIFO queue based on auto-resizing circular buffer☆70Updated 4 years ago
- An inflection engine for golang☆103Updated 10 months ago
- µjson - A fast and minimal JSON parser and transformer that works on unstructured JSON☆83Updated 7 months ago
- Package ring provides a high performance and thread safe Go implementation of a bloom filter.☆141Updated 4 years ago
- RES Service protocol library for Go☆66Updated 9 months ago
- stream is a concurrency pattern implementation using Go generics. a.k.a. my accidentally awesome library☆67Updated 4 months ago
- A Lightweight in-memory key:value cache library for Go.☆181Updated 2 years ago
- fast int64-int64 map for go☆98Updated 2 years ago
- Compact, sortable and fast unique IDs with embedded metadata.☆92Updated 3 years ago
- 🪡 Dead simple, lightweight tracing.☆89Updated 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
- Golang utlities to make your life easier with zero allocations☆47Updated 4 months ago
- 🚦 Semaphore pattern implementation with timeout of lock/unlock operations.☆103Updated 5 years ago
- A lightweight buffered event lib☆60Updated 3 years ago
- Library for setting values to structs' fields from env, flags, files or default tag☆108Updated 6 months ago
- A simple and efficient hashmap package for Go. Uses open addressing, Robin Hood hashing, and xxhash algorithm.☆81Updated 3 years ago
- An in-process simple publish/subscribe library for golang☆108Updated 5 years ago
- Storing strings without GC overhead☆82Updated 5 years ago
- Go implementation of different backoff strategies useful for retrying operations and heartbeating.☆85Updated 5 years ago
- Expression evaluator for Go☆76Updated 4 months ago
- A spinlock implementation for Go.☆62Updated 4 years ago
- Make functions return a channel for parallel processing via go routines.☆33Updated 4 years ago