goodbadreviewer / immcheckLinks
☆33Updated 3 years ago
Alternatives and similar repositories for immcheck
Users that are interested in immcheck are comparing it to the libraries listed below
Sorting:
- Best-effort CPU-local sharded values for Go☆203Updated 4 years ago
- Collection of unusual generics usecases in Go☆55Updated 3 years ago
- a golang test framework for asserting expected escape analysis results & heap allocations☆72Updated last year
- Gotcha 🎯 seamlessly patches go runtime to provide a convenient way to track amount of heap allocated bytes, objects, calls per goroutin…☆39Updated 3 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 5 years ago
- Consistent hashing hashring implementation.☆36Updated 2 years ago
- A helper tool to work with profile.proto (pprof) files☆61Updated 3 years ago
- Load file-backed memory☆122Updated 3 years ago
- cheap Go type to hold & operate on either a read-only []byte or string☆115Updated last year
- A simple thread-safe and fixed size LRU. Based on the Hashlru Algorithm☆71Updated 2 years ago
- Run Go tests inside a Docker image☆100Updated 10 months ago
- Simple and easy wrappers for Go sync/atomic package.☆31Updated last year
- stream is a concurrency pattern implementation using Go generics. a.k.a. my accidentally awesome library☆67Updated 8 months ago
- A fast (5x) string keyed read-only map for Go - particularly good for keys using a small set of nearby runes.☆70Updated last year
- Golang io.Reader and io.Writer but with limits☆78Updated 2 years ago
- Package gostackparse parses goroutines stack traces as produced by panic() or debug.Stack() at ~300 MiB/s.☆123Updated 6 months ago
- A simple and efficient hashmap package for Go. Uses open addressing, Robin Hood hashing, and xxhash algorithm.☆82Updated 3 years ago
- Off heap golang memory pool☆60Updated 4 years ago
- A memory allocator for Go.☆87Updated 5 years ago
- ☆27Updated 3 years ago
- Easy and intuitive Go Benchmark Results Viewer.☆71Updated 3 years ago
- When storing a value in a Go interface allocates memory on the heap.☆72Updated 3 years ago
- A JSON stream parser for Go☆68Updated 3 years ago
- Better sync package for Go.☆22Updated last year
- Rewrite Go source files to replace pkg/errors with Go 1.13 error wrapping☆70Updated 2 years ago
- Game Runtime in GO, aims to provide a light, portable and unopiniated runtime to integrate GO libraries to portable applications (dektop,…☆28Updated 2 years ago
- Connection pool for Go's net.Conn interface☆126Updated 3 years ago
- High Availability Routing and Queueing Application☆50Updated 4 years ago
- DRR scheduler for Go channels☆32Updated 3 years ago
- Support for Unix domain sockets in Go HTTP clients☆84Updated 3 months ago