goodbadreviewer / immcheck
☆33Updated 2 years ago
Alternatives and similar repositories for immcheck:
Users that are interested in immcheck are comparing it to the libraries listed below
- Consistent hashing hashring implementation.☆34Updated last year
- A helper tool to work with profile.proto (pprof) files☆60Updated 2 years ago
- ☆11Updated 2 years ago
- Game Runtime in GO, aims to provide a light, portable and unopiniated runtime to integrate GO libraries to portable applications (dektop,…☆30Updated last year
- ☆28Updated 3 years ago
- A collection of efficient generic integer parser functions for Go☆19Updated 5 months ago
- A JSON stream parser for Go☆67Updated 2 years ago
- cheap Go type to hold & operate on either a read-only []byte or string☆108Updated 9 months ago
- Collection of unusual generics usecases in Go☆55Updated 3 years ago
- a golang test framework for asserting expected escape analysis results & heap allocations☆70Updated 3 months ago
- A Go API for perf_event_open☆22Updated 9 months ago
- Better sync package for Go.☆22Updated last year
- Run Go tests inside a Docker image☆99Updated 2 months ago
- A simple thread-safe and fixed size LRU. Based on the Hashlru Algorithm☆71Updated 2 years ago
- A fast (5x) string keyed read-only map for Go - particularly good for keys using a small set of nearby runes.☆67Updated 8 months ago
- High throughput primitives library☆50Updated last year
- ☆96Updated 3 months ago
- Go linter that checks types that are json encoded - reports unsupported types and unnecessary error checks☆41Updated last month
- Golang io.Reader and io.Writer but with limits☆77Updated 2 years ago
- Cache that tries to keep data local for the goroutine and reduce synchronization overhead, but keep it is safe for concurrent use.☆45Updated 4 years ago
- Parses Go tracebacks and finds possible deadlocks☆27Updated 4 years ago
- Gotcha 🎯 seamlessly patches go runtime to provide a convenient way to track amount of heap allocated bytes, objects, calls per goroutin…☆39Updated 2 years ago
- Prometheus metrics for Go database/sql via VictoriaMetrics/metrics☆24Updated last year
- Go's concurrency patterns as generic library to use.☆37Updated 3 years ago
- A spinlock implementation for Go.☆61Updated 4 years ago
- A golang map in which entries expire after given a time period☆57Updated last year
- Efficiently box values in Go. Optimized for primitives, strings, and byte slices.