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
- ☆33Updated 3 years ago
- Generic boolean expression evaluation in Go☆117Updated 3 weeks ago
- Fastest and most efficient goroutine pool (experimental)☆140Updated 2 years ago
- Connection pool for Go's net.Conn interface☆127Updated 3 years ago
- Best-effort CPU-local sharded values for Go☆202Updated 4 years ago
- cheap Go type to hold & operate on either a read-only []byte or string☆113Updated last year
- When storing a value in a Go interface allocates memory on the heap.☆72Updated 3 years ago
- Collect data about your dependencies☆43Updated 5 months ago
- Easy to use Raft library to make your app distributed, highly available and fault-tolerant☆75Updated 3 years ago
- Transform Go code into it's AST☆123Updated 5 years ago
- ☆122Updated 2 years ago
- Gopium 🌺: Smart Go Structures Optimizer and Manager☆214Updated last year
- Fault tolerant, sharded key value storage written in GoLang☆83Updated 2 years ago
- Run Go tests inside a Docker image☆100Updated 7 months ago
- a golang test framework for asserting expected escape analysis results & heap allocations☆72Updated 9 months ago
- CrowdStrike's Protocol Buffers library☆136Updated 4 months ago
- Storing strings without GC overhead☆84Updated 3 weeks ago
- Helpful unit multipliers and functions for Go☆130Updated last month
- Efficiently box values in Go. Optimized for primitives, strings, and byte slices.☆75Updated last month
- Promise to the Go compiler that your Reads and Writes are well-behaved☆58Updated 5 years ago
- Protobuf compiler plugin to generate Go JSON Marshal/Unmarshal implementations for messages using jsonpb.☆234Updated last year
- Package socket provides a low-level network connection type which integrates with Go's runtime network poller to provide asynchronous I/O…☆93Updated last month
- golang utilities☆114Updated last month
- Golang io.Reader and io.Writer but with limits☆77Updated 2 years ago
- Go proxy that serves from S3☆108Updated 3 years ago
- Rewrite Go source files to replace pkg/errors with Go 1.13 error wrapping☆70Updated 2 years ago
- Encode and decode Go (golang) struct types via protocol buffers.☆180Updated 5 years ago
- Support for Unix domain sockets in Go HTTP clients☆84Updated 2 weeks ago