viney-shih / go-lockLinks
go-lock is a lock library implementing read-write mutex and read-write trylock without starvation
☆119Updated 3 years ago
Alternatives and similar repositories for go-lock
Users that are interested in go-lock are comparing it to the libraries listed below
Sorting:
- Fastest and most efficient goroutine pool (experimental)☆141Updated 2 years ago
- Expirable Go LRC\LRU cache without goroutines☆85Updated 2 months ago
- A Golang package for doing a deep copy for (just about) anything☆147Updated last year
- Package for fast copying structs of different types☆51Updated 4 years ago
- A minimal and efficient workerpool implementation in Go using goroutines.☆123Updated 3 years ago
- A simple and efficient hashmap package for Go. Open addressing, robin hood hashing, and xxh3 algorithm. Supports generics.☆218Updated 2 years ago
- various libs or tools for Golang☆105Updated 2 months ago
- A thread safe map which has expiring key-value pairs.☆75Updated last year
- a thread-safe concurrent map for go☆96Updated last year
- graceful shutdown package when a service is turned off by software function☆60Updated this week
- Package gostackparse parses goroutines stack traces as produced by panic() or debug.Stack() at ~300 MiB/s.☆119Updated last week
- errgroup with goroutine worker limits☆164Updated 2 years ago
- A better Generic Pool (sync.Pool)☆66Updated 2 months ago
- Load file-backed memory☆122Updated 2 years ago
- Timeout Middleware for Gin framework☆110Updated 2 months ago
- ⚡️ lock-free utilities in Go☆158Updated last year
- Like sync.Mutex, but works across processes☆80Updated last year
- Fast resizable golang semaphore primitive☆178Updated 4 years ago
- A flexible multi-layer Go caching library to deal with in-memory and shared cache by adopting Cache-Aside pattern.☆157Updated last year
- Simple string pattern matcher for Go☆127Updated last year
- concurrency utilities☆301Updated 5 years ago
- Fast, high quality alternative to math/rand and golang.org/x/exp/rand☆238Updated 7 months ago
- High-performant and powerful localization and internationalization support for Go☆115Updated last year
- Zero-allocation type-safe pool for Go☆235Updated 2 years ago
- Deep copy generator☆159Updated 8 months ago
- Convert string to camel case, snake case, kebab case / slugify, custom delimiter, pad string, tease string and many other functionalities…☆250Updated last month
- Eventually consistent distributed in-memory cache Go library☆160Updated 2 years ago
- 🕋 Mocking Redis in unit tests in Go.☆148Updated 3 weeks ago
- An ordered collection implemented in Golang with O(log(N)) time complexity on adding / searching / removing☆157Updated 2 years ago
- A typed implementation of the Go sync.Map using code generation☆256Updated 2 years ago