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
- cheap Go type to hold & operate on either a read-only []byte or string☆115Updated last year
- Best-effort CPU-local sharded values for Go☆202Updated 4 years ago
- a golang test framework for asserting expected escape analysis results & heap allocations☆72Updated 10 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.☆69Updated 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
- Collection of unusual generics usecases in Go☆55Updated 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
- A memory allocator for Go.☆87Updated 5 years ago
- Simple and easy wrappers for Go sync/atomic package.☆31Updated last year
- A helper tool to work with profile.proto (pprof) files☆60Updated 3 years ago
- Golang io.Reader and io.Writer but with limits☆78Updated 2 years 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
- Connection pool for Go's net.Conn interface☆127Updated 3 years ago
- DRR scheduler for Go channels☆32Updated 3 years ago
- Run Go tests inside a Docker image☆100Updated 8 months ago
- importable versions of parts of the Go standard library☆50Updated 3 years ago
- 😴 A tiny library for handling system interrupts☆38Updated 4 years ago
- Package gostackparse parses goroutines stack traces as produced by panic() or debug.Stack() at ~300 MiB/s.☆123Updated 4 months ago
- ☆27Updated 3 years ago
- Intern Go strings☆96Updated last year
- ☆11Updated 3 years ago
- A JSON stream parser for Go☆68Updated 3 years ago
- Game Runtime in GO, aims to provide a light, portable and unopiniated runtime to integrate GO libraries to portable applications (dektop,…☆30Updated 2 years ago
- Expression evaluator for Go☆77Updated 7 months ago
- Storing strings without GC overhead☆84Updated last month
- Rewrite Go source files to replace pkg/errors with Go 1.13 error wrapping☆70Updated 2 years ago
- ☆99Updated 10 months ago