johnsiilver / golibLinks
Open version of common golang libraries useful to many projects.
☆76Updated last year
Alternatives and similar repositories for golib
Users that are interested in golib are comparing it to the libraries listed below
Sorting:
- Consistent hashing hashring implementation.☆35Updated last year
- Package gostackparse parses goroutines stack traces as produced by panic() or debug.Stack() at ~300 MiB/s.☆121Updated 3 months ago
- When storing a value in a Go interface allocates memory on the heap.☆72Updated 3 years ago
- ☆33Updated 3 years ago
- A Go library for timing things and yielding rates, percentiles, and histograms☆138Updated 4 years ago
- Encode and decode Go (golang) struct types via protocol buffers.☆179Updated 5 years ago
- Transform Go code into it's AST☆123Updated 5 years ago
- errs is a package for making errors friendly and easy☆53Updated 10 months ago
- Generic boolean expression evaluation in Go☆117Updated this week
- Connection pool for Go's net.Conn interface☆127Updated 3 years ago
- Collect data about your dependencies☆43Updated 4 months ago
- Helpful unit multipliers and functions for Go☆130Updated 2 weeks ago
- Allow and block list linter for direct Go module dependencies.☆77Updated this week
- Rewrite Go source files to replace pkg/errors with Go 1.13 error wrapping☆70Updated 2 years ago
- Best-effort CPU-local sharded values for Go☆202Updated 4 years ago
- Golang io.Reader and io.Writer but with limits☆77Updated 2 years ago
- Fastest and most efficient goroutine pool (experimental)☆139Updated 2 years ago
- Expirable Go LRC\LRU cache without goroutines☆89Updated 4 months ago
- Auxiliary vendoring tool for Go's new go.mod☆111Updated 3 years ago
- A Lightweight in-memory key:value cache library for Go.☆181Updated 2 years ago
- Protobuf compiler plugin to generate Go JSON Marshal/Unmarshal implementations for messages using jsonpb.☆233Updated last year
- ☆106Updated 5 years ago
- Storing strings without GC overhead☆84Updated 5 years ago
- Gopium 🌺: Smart Go Structures Optimizer and Manager☆214Updated last year
- cheap Go type to hold & operate on either a read-only []byte or string☆111Updated last year
- Know when GC runs from inside your golang code☆188Updated 3 years ago
- Like sync.Mutex, but works across processes☆80Updated 2 months ago
- Parser for uniform resource names as seen on RFC 8141, RFC 2141, and RFC 7643☆93Updated last year
- 🚧 Flexible mechanism to make execution flow interruptible.☆100Updated 4 years ago
- A library for graceful restarts in Go.☆94Updated 7 years ago