EagleChen / mapmutexLinks
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
Sorting:
- x/sync/singleflight but with Go 1.18 generics☆30Updated 3 years ago
- Lightweight validation library that can export rules as JSON so browsers can apply the same rules.☆16Updated last year
- 🚧 Flexible mechanism to make execution flow interruptible.☆100Updated 3 years ago
- Go implementation of different backoff strategies useful for retrying operations and heartbeating.☆85Updated 4 years ago
- A spinlock implementation for Go.☆61Updated 4 years ago
- An inflection engine for golang☆103Updated 8 months ago
- Simple, lightweight and ultra-fast HTTP Cache to speed up your websites☆65Updated 2 years ago
- 🚦 Semaphore pattern implementation with timeout of lock/unlock operations.☆103Updated 5 years ago
- Levenshtein distance and similarity metrics with customizable edit costs and Winkler-like bonus for common prefix.☆88Updated 4 years ago
- A prefix tree implementation in go☆43Updated last year
- ☆86Updated 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
- Dependency Injection and Inversion of Control package☆35Updated 4 months ago
- Fast and Scalable RPC Framework☆43Updated last year
- fastest lockfree cache library for go application☆50Updated 6 months ago
- Simple and easy wrappers for Go sync/atomic package.☆31Updated last year
- Go simple async worker pool☆92Updated 4 years ago
- Go localization framework☆31Updated 3 weeks ago
- A fast, zero-allocation cron parser in ragel and golang☆22Updated 4 years ago
- Blazing fast time function library for Go with zero memory allocation. fastime returns the approximate time.☆54Updated 2 years ago
- GoLang extended synchronization primitives: Named mutex, non blocking mutex, semaphore.☆51Updated 8 years ago
- Expirable Go LRC\LRU cache without goroutines☆85Updated last month
- An ~O(2k) time complexity http request router in Go☆44Updated 5 years ago
- A golang zero-allocation HTTP parser (and eventually http server)☆75Updated 10 years ago
- Storing strings without GC overhead☆83Updated 5 years ago
- Binary Memcached client for Go with SASL support☆37Updated 10 months ago
- TryLock support on read-write lock for Golang☆37Updated 4 years ago
- utils for Go context☆25Updated 5 years ago
- A Go API for generating .go source files☆24Updated 2 years ago