akutz / go-interface-values
When storing a value in a Go interface allocates memory on the heap.
☆72Updated 3 years ago
Alternatives and similar repositories for go-interface-values:
Users that are interested in go-interface-values are comparing it to the libraries listed below
- Package gostackparse parses goroutines stack traces as produced by panic() or debug.Stack() at ~300 MiB/s.☆118Updated last year
- Efficiently box values in Go. Optimized for primitives, strings, and byte slices.☆70Updated 2 years ago
- ☆118Updated last year
- Expression evaluator for Go☆70Updated 2 weeks ago
- Zero-allocation type-safe pool for Go☆231Updated last year
- Load file-backed memory☆120Updated 2 years ago
- a golang test framework for asserting expected escape analysis results & heap allocations☆70Updated 3 months ago
- A spinlock implementation for Go.☆61Updated 4 years ago
- Off heap golang memory pool☆60Updated 3 years ago
- cheap Go type to hold & operate on either a read-only []byte or string☆108Updated 9 months ago
- Code for decoding and encoding runtime/trace files as well as useful functionality implemented on top.☆87Updated 7 months ago
- Fastest and most efficient goroutine pool (experimental)☆140Updated 2 years ago
- A buffer pool file I/O library for Go☆55Updated 3 years ago
- Connection pool for Go's net.Conn interface☆127Updated 2 years ago
- Best-effort CPU-local sharded values for Go☆199Updated 3 years ago
- Script engine, especially good for tests☆150Updated last year
- Simple building blocks for protobuf marshaling and unmarshaling☆179Updated 10 months ago
- ☆33Updated 2 years ago
- A simple and efficient hashmap package for Go. Open addressing, robin hood hashing, and xxh3 algorithm. Supports generics.☆217Updated 2 years ago
- Consistent hashing hashring implementation.☆34Updated last year
- Promise to the Go compiler that your Reads and Writes are well-behaved☆57Updated 5 years ago
- Benchmark all the top in-memory Go caching libraries☆62Updated last year
- Go's concurrency patterns as generic library to use.☆37Updated 3 years ago
- ☆121Updated last year
- Performance related examples for Go☆27Updated last year
- A simple thread-safe and fixed size LRU. Based on the Hashlru Algorithm☆71Updated 2 years ago
- Go templates invoked as functions☆154Updated 3 years ago
- Locking wrapper for running benchmarks on shared hosts☆151Updated last year
- BTree provides a simple, ordered, in-memory data structure for Go programs.☆44Updated 2 years ago
- A faster RWLock primitive in Go, 2-3 times faster than RWMutex. A Go implementation of concurrency control algorithm in paper <Left-Right…☆45Updated 2 years ago