goccy / go-reflectLinks
Zero-allocation reflection library for Go
☆572Updated 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:
- reflect api without runtime reflect.Value cost☆795Updated 2 months ago
- Fast, zero heap allocation Go Trie for runes or paths☆493Updated 8 months ago
- 🚀 A real-time Golang runtime stats visualization profiler☆588Updated 9 months ago
- Optimal implementation of ordered maps for Golang - ie maps that remember the order in which keys were inserted.☆592Updated 2 months ago
- A key:value store/cache library written in Go generics. LRU, LFU, FIFO, MRU, Clock support.☆475Updated 4 months ago
- Parse and modify Go struct field tags☆646Updated last year
- Go concurrent-safe, goroutine-safe, thread-safe queue☆425Updated 2 years ago
- A thread-safe queue faster and more resource efficient than golang's native channels☆676Updated last year
- Selected Go-internal packages factored out from the standard library☆921Updated last month
- Golang port of Abseil's SwissTable☆825Updated 2 months ago
- Zero-allocation type-safe pool for Go☆234Updated 2 years ago
- [mirror]☆280Updated 8 months ago
- Go package for dealing with maps, slices, JSON and other data.☆754Updated 3 months ago
- Fastest and most memory efficient golang concurrent hashmap☆993Updated 7 months ago
- a thread-safe circular buffer (ring buffer) in Go, implemented io.ReaderWriter interface☆573Updated 2 months ago
- Combine one or more Go errors together☆1,137Updated last year
- Tool to detect Go structs that would take less memory if their fields were sorted.☆537Updated 2 years ago
- Analyzer: checks whether HTTP response body is closed and a re-use of TCP connection is not blocked.☆316Updated 2 weeks ago
- Thread-safe file locking library in Go☆632Updated 2 weeks ago
- Experimental implementation of a proposed v2 encoding/json package☆506Updated 2 weeks ago
- Fast, fully fledged murmur3 in Go.☆333Updated last year
- Copygen generates code based on Go types. Generate type-based code to copy values from type to type and fields from struct to struct by d…☆388Updated 2 months ago
- A parsing/linking engine for protobuf; the guts for a pure Go replacement of protoc.☆271Updated last week
- 🔃 An ordered map in Go with amortized O(1) for Set, Get, Delete and Len.☆953Updated last week
- Refactoring and code transformation tool for Go.☆994Updated 3 months ago
- A refactoring tool for Go☆675Updated 2 months ago
- A typed implementation of the Go sync.Map using code generation☆256Updated 2 years ago
- Drop-in replacement for the standard library errors package and github.com/pkg/errors☆200Updated 2 years ago
- Wrapper types for sync/atomic which enforce atomic access☆1,404Updated last month
- Fast ring-buffer deque (double-ended queue)☆682Updated 3 weeks ago