viney-shih / go-lockLinks
go-lock is a lock library implementing read-write mutex and read-write trylock without starvation
☆122Updated 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:
- A Golang package for doing a deep copy for (just about) anything☆148Updated last year
- errgroup with goroutine worker limits☆165Updated 2 years ago
- A flexible multi-layer Go caching library to deal with in-memory and shared cache by adopting Cache-Aside pattern.☆159Updated 2 years ago
- Simple utility of creating a mask for sensitive information☆118Updated last year
- concurrency utilities☆303Updated 6 years ago
- Add missing comment on exported function, method, type, constant, variable in go file☆179Updated 2 years ago
- Fastest and most efficient goroutine pool (experimental)☆140Updated 2 years ago
- Fast resizable golang semaphore primitive☆177Updated 4 years ago
- Hunch provides functions like: All, First, Retry, Waterfall etc., that makes asynchronous flow control more intuitive.☆105Updated 3 years ago
- ⏪️ Go package providing multiple queue implementations. Developed in a thread-safe generic way.☆316Updated 2 weeks ago
- Create go type representation from json☆136Updated this week
- 🕋 Mocking Redis in unit tests in Go.☆148Updated 3 months ago
- A minimal and efficient workerpool implementation in Go using goroutines.☆123Updated 3 years ago
- Deep copy generator☆160Updated 11 months ago
- Eventually consistent distributed in-memory cache Go library☆162Updated 2 years ago
- A simple and efficient hashmap package for Go. Open addressing, robin hood hashing, and xxh3 algorithm. Supports generics.☆220Updated 2 years ago
- ❄ An Lock Free ID Generator for Golang based on Snowflake Algorithm (Twitter announced).☆293Updated 2 years ago
- Zero-allocation type-safe pool for Go☆242Updated 2 years ago
- Go structures with default values using tags☆332Updated last year
- Package for fast copying structs of different types☆52Updated 4 years ago
- Convert snake case, camel case and kebap case strings☆154Updated 3 months ago
- Transformation functions generator for Protocol Buffers.☆216Updated 8 months ago
- A typed implementation of the Go sync.Map using code generation☆256Updated 2 years ago
- Drop-in replacement for the standard library errors package and github.com/pkg/errors☆204Updated 3 years ago
- Generate protobuf messages from go structs☆82Updated last year
- An ordered collection implemented in Golang with O(log(N)) time complexity on adding / searching / removing☆161Updated 2 years ago
- Go concurrent-safe, goroutine-safe, thread-safe queue☆428Updated 2 years ago
- Package stack implements utilities to capture, manipulate, and format call stacks.☆403Updated 4 years ago
- Expirable Go LRC\LRU cache without goroutines☆89Updated 3 weeks ago
- Convert string to camel case, snake case, kebab case / slugify, custom delimiter, pad string, tease string and many other functionalities…☆251Updated 4 months ago