goccy / go-reflectLinks
Zero-allocation reflection library for Go
☆596Updated 2 years ago
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☆502Updated last year
- reflect api without runtime reflect.Value cost☆821Updated 10 months ago
- 🚀 A real-time Golang runtime stats visualization profiler☆592Updated last year
- Go concurrent-safe, goroutine-safe, thread-safe queue☆434Updated 2 years ago
- A key:value store/cache library written in Go generics. LRU, LFU, FIFO, MRU, Clock support.☆488Updated last year
- Optimal implementation of ordered maps for Golang - ie maps that remember the order in which keys were inserted.☆657Updated 10 months ago
- Fast ring-buffer deque (double-ended queue)☆752Updated 2 months ago
- Thread-safe file locking library in Go☆703Updated 2 weeks ago
- A thread-safe queue faster and more resource efficient than golang's native channels☆693Updated last year
- Yet another Go package which parses a Protocol Buffer file (proto2+proto3)☆204Updated 2 months ago
- Parse and modify Go struct field tags☆653Updated 2 years ago
- Selected Go-internal packages factored out from the standard library☆958Updated 9 months ago
- a thread-safe circular buffer (ring buffer) in Go, implemented io.ReaderWriter interface☆618Updated last week
- Fastest and most memory efficient golang concurrent hashmap☆1,024Updated last year
- Go structures with default values using tags☆344Updated last year
- Abstract JSON for Golang with JSONPath support☆291Updated last year
- Golang port of Abseil's SwissTable☆828Updated 10 months ago
- Attach hooks to any database/sql driver☆662Updated last year
- 🔃 An ordered map in Go with amortized O(1) for Set, Get, Delete and Len.☆1,014Updated 3 weeks ago
- dque is a fast, embedded, durable queue for Go☆793Updated last year
- In-memory SQL engine in Go sql/driver for testing purpose☆917Updated last year
- Generate interfaces from structure methods.☆348Updated 2 weeks ago
- Zero-allocation type-safe pool for Go☆251Updated 2 years ago
- 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…☆399Updated 10 months ago
- ☆259Updated last week
- Configuration for Go applications☆471Updated last year
- A logger for Go SQL database driver without modifying existing *sql.DB stdlib usage.☆384Updated last month
- Efficient JSON beautifier and compactor for Go☆408Updated 3 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 …☆401Updated 2 years ago
- Go package for dealing with maps, slices, JSON and other data.☆834Updated 2 months ago