viney-shih / go-lock
go-lock is a lock library implementing read-write mutex and read-write trylock without starvation
☆118Updated 2 years ago
Alternatives and similar repositories for go-lock:
Users that are interested in go-lock are comparing it to the libraries listed below
- A flexible multi-layer Go caching library to deal with in-memory and shared cache by adopting Cache-Aside pattern.☆152Updated last year
- ⏪️ Go package providing multiple queue implementations. Developed in a thread-safe generic way.☆290Updated last week
- Simple utility of creating a mask for sensitive information☆112Updated 8 months ago
- Fastest and most efficient goroutine pool (experimental)☆140Updated 2 years ago
- A simple and efficient hashmap package for Go. Open addressing, robin hood hashing, and xxh3 algorithm. Supports generics.☆218Updated 2 years ago
- Package gostackparse parses goroutines stack traces as produced by panic() or debug.Stack() at ~300 MiB/s.☆118Updated last week
- Load file-backed memory☆122Updated 2 years ago
- Expirable Go LRC\LRU cache without goroutines☆85Updated 3 weeks ago
- 🧪 A chunk of experiments and demos about Go 2 generics design (type parameter & type set)☆150Updated 3 years ago
- various libs or tools for Golang☆103Updated 2 weeks ago
- A minimal and efficient workerpool implementation in Go using goroutines.☆123Updated 3 years ago
- ⚡️ lock-free utilities in Go☆156Updated 11 months ago
- graceful shutdown package when a service is turned off by software function☆59Updated 2 months ago
- Timeout Middleware for Gin framework☆110Updated 3 weeks ago
- x/sync/singleflight but with Go 1.18 generics☆30Updated 3 years ago
- A thread safe map which has expiring key-value pairs.☆75Updated last year
- A debouncer written in Go.☆129Updated 5 months ago
- A typed implementation of the Go sync.Map using code generation☆256Updated 2 years ago
- Generate protobuf messages from go structs☆83Updated 8 months ago
- A communication toolkit for Go services.☆93Updated last year
- errgroup with goroutine worker limits☆164Updated 2 years ago
- A Golang package for doing a deep copy for (just about) anything☆148Updated last year
- Fast resizable golang semaphore primitive☆175Updated 4 years ago
- A Go library for an efficient implementation of a skip list: https://godoc.org/github.com/MauriceGit/skiplist☆286Updated 2 years ago
- Zero-allocation type-safe pool for Go☆232Updated 2 years ago
- Experimental packages not in std and golang.org/exp☆78Updated 4 months ago
- Simple in-memory job queue for Golang using worker-based dispatching☆211Updated 9 months ago
- ☆235Updated this week
- Protobuf Field Mask Go utils☆250Updated last year
- Convert string to camel case, snake case, kebab case / slugify, custom delimiter, pad string, tease string and many other functionalities…☆250Updated last year