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:
- Consistent hashing hashring implementation.☆35Updated last year
- Best-effort CPU-local sharded values for Go☆202Updated 3 years ago
- cheap Go type to hold & operate on either a read-only []byte or string☆111Updated last year
- Simple and easy wrappers for Go sync/atomic package.☆31Updated last year
- 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
- 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
- a golang test framework for asserting expected escape analysis results & heap allocations☆72Updated 8 months ago
- A simple thread-safe and fixed size LRU. Based on the Hashlru Algorithm☆71Updated 2 years ago
- Collection of unusual generics usecases in Go☆55Updated 3 years ago
- A helper tool to work with profile.proto (pprof) files☆60Updated 3 years ago
- Package gostackparse parses goroutines stack traces as produced by panic() or debug.Stack() at ~300 MiB/s.☆121Updated 2 months ago
- Run Go tests inside a Docker image☆100Updated 6 months ago
- Golang io.Reader and io.Writer but with limits☆77Updated 2 years ago
- Storing strings without GC overhead☆84Updated 5 years ago
- ☆27Updated 3 years ago
- A simple and efficient hashmap package for Go. Uses open addressing, Robin Hood hashing, and xxhash algorithm.☆82Updated 3 years ago
- A fast (5x) string keyed read-only map for Go - particularly good for keys using a small set of nearby runes.☆67Updated last year
- Efficiently box values in Go. Optimized for primitives, strings, and byte slices.☆72Updated 2 weeks ago
- Intern Go strings☆95Updated last year
- Better sync package for Go.☆22Updated last year
- Support for Unix domain sockets in Go HTTP clients☆81Updated 2 months ago
- A memory allocator for Go.☆85Updated 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
- Off heap golang memory pool☆60Updated 4 years ago
- Connection pool for Go's net.Conn interface☆127Updated 2 years ago
- ☆98Updated 8 months ago
- 😴 A tiny library for handling system interrupts☆39Updated 4 years ago
- A JSON stream parser for Go☆68Updated 2 years ago
- A simple prometheus metrics and pprof profile viewer.☆46Updated 2 years ago
- DRR scheduler for Go channels☆32Updated 3 years ago