goodbadreviewer / immcheckLinks
☆33Updated 2 years ago
Alternatives and similar repositories for immcheck
Users that are interested in immcheck are comparing it to the libraries listed below
Sorting:
- 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
- Best-effort CPU-local sharded values for Go☆201Updated 3 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
- cheap Go type to hold & operate on either a read-only []byte or string☆109Updated last year
- Collection of unusual generics usecases in Go☆55Updated 3 years ago
- a golang test framework for asserting expected escape analysis results & heap allocations☆71Updated 7 months ago
- Consistent hashing hashring implementation.☆34Updated last year
- A helper tool to work with profile.proto (pprof) files☆60Updated 3 years ago
- Run Go tests inside a Docker image☆99Updated 5 months ago
- A fast (5x) string keyed read-only map for Go - particularly good for keys using a small set of nearby runes.☆67Updated 11 months ago
- When storing a value in a Go interface allocates memory on the heap.☆72Updated 3 years ago
- DRR scheduler for Go channels☆32Updated 2 years ago
- Simple and easy wrappers for Go sync/atomic package.☆31Updated last year
- Rewrite Go source files to replace pkg/errors with Go 1.13 error wrapping☆69Updated 2 years ago
- Connection pool for Go's net.Conn interface☆127Updated 2 years ago
- Easy and intuitive Go Benchmark Results Viewer.☆71Updated 2 years ago
- Storing strings without GC overhead☆82Updated 5 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
- Better sync package for Go.☆22Updated last year
- Helper tool for manual Go code optimization.☆130Updated 4 months ago
- ☆27Updated 3 years ago
- Package gostackparse parses goroutines stack traces as produced by panic() or debug.Stack() at ~300 MiB/s.☆119Updated last month
- A memory allocator for Go.☆83Updated 5 years ago
- A simple thread-safe and fixed size LRU. Based on the Hashlru Algorithm☆71Updated 2 years ago
- stream is a concurrency pattern implementation using Go generics. a.k.a. my accidentally awesome library☆67Updated 3 months ago
- A simple and efficient hashmap package for Go. Uses open addressing, Robin Hood hashing, and xxhash algorithm.☆81Updated 3 years ago
- A collection of efficient generic integer parser functions for Go☆19Updated 9 months ago
- A JSON stream parser for Go☆67Updated 2 years ago
- High throughput primitives library☆50Updated 2 years ago
- 😴 A tiny library for handling system interrupts☆39Updated 4 years ago