goccy / go-reflectLinks
Zero-allocation reflection library for Go
☆583Updated last year
Alternatives and similar repositories for go-reflect
Users that are interested in go-reflect are comparing it to the libraries listed below
Sorting:
- Fast, zero heap allocation Go Trie for runes or paths☆496Updated last year
- 🚀 A real-time Golang runtime stats visualization profiler☆591Updated last year
- Parse and modify Go struct field tags☆650Updated 2 years ago
- reflect api without runtime reflect.Value cost☆811Updated 7 months ago
- Yet another Go package which parses a Protocol Buffer file (proto2+proto3)☆201Updated 2 months ago
- Go concurrent-safe, goroutine-safe, thread-safe queue☆430Updated 2 years ago
- A thread-safe queue faster and more resource efficient than golang's native channels☆690Updated last year
- A key:value store/cache library written in Go generics. LRU, LFU, FIFO, MRU, Clock support.☆478Updated 9 months ago
- Optimal implementation of ordered maps for Golang - ie maps that remember the order in which keys were inserted.☆635Updated 7 months ago
- Thread-safe file locking library in Go☆668Updated last week
- Fast ring-buffer deque (double-ended queue)☆721Updated 4 months ago
- A typed implementation of the Go sync.Map using code generation☆257Updated 2 years ago
- Zero-allocation type-safe pool for Go☆244Updated 2 years ago
- Golang port of Abseil's SwissTable☆828Updated 8 months ago
- Generate interfaces from structure methods.☆347Updated last month
- A simple and efficient hashmap package for Go. Open addressing, robin hood hashing, and xxh3 algorithm. Supports generics.☆221Updated 2 years ago
- Fast, fully fledged murmur3 in Go.☆343Updated 2 years ago
- orderedmap is a golang map where the keys keep the order that they're added. It can be de/serialized from/to JSON. It's based closely on …☆397Updated 2 years ago
- 🔃 An ordered map in Go with amortized O(1) for Set, Get, Delete and Len.☆992Updated last month
- XXH3 algorithm in Go☆491Updated 3 months ago
- Chronos - A static race detector for the go language☆435Updated 3 years ago
- Fastest and most memory efficient golang concurrent hashmap☆1,024Updated last year
- Go structures with default values using tags☆335Updated last year
- Selected Go-internal packages factored out from the standard library☆954Updated 7 months ago
- Go package for dealing with maps, slices, JSON and other data.☆814Updated last month
- ☆253Updated this week
- a thread-safe circular buffer (ring buffer) in Go, implemented io.ReaderWriter interface☆602Updated 7 months ago
- Experimental implementation of a proposed v2 encoding/json package☆535Updated 2 weeks ago
- An experimental Go local docs server/generator and code reader implemented with some fresh ideas.☆643Updated last month
- A Go tool to auto generate methods for your enums☆498Updated 2 months ago