emicklei / protoLinks
parser for Google ProtocolBuffers definition
☆609Updated last week
Alternatives and similar repositories for proto
Users that are interested in proto are comparing it to the libraries listed below
Sorting:
- reflect api without runtime reflect.Value cost☆823Updated 10 months ago
- Generate .proto files from Go source code.☆737Updated 5 years ago
- Generate message validators from .proto annotations.☆1,101Updated 2 years ago
- protoc plugin library for efficient proto-based code generation☆666Updated 10 months ago
- simple struct copying for golang☆461Updated 5 years ago
- generic protocol generator based on golang's text/template (grpc/protobuf)☆441Updated this week
- grpc connection pool☆492Updated 10 months ago
- Reflection (Rich Descriptors) for Go Protocol Buffers☆1,474Updated 3 weeks ago
- Goroutine local storage☆689Updated 3 years ago
- Deep copy things☆635Updated 5 years ago
- An efficient and feature complete Hystrix like Go implementation of the circuit breaker pattern.☆798Updated last month
- Data structure and relevant algorithms for extremely fast prefix/fuzzy string searching.☆787Updated 2 weeks ago
- Golang channel helpers and special types☆810Updated last year
- Mango Cache 🥭 - Partial implementation of Guava Cache in Go (golang).☆603Updated 3 years ago
- Parse and modify Go struct field tags☆653Updated 2 years ago
- a limited consumer goroutine or unlimited goroutine pool for easier goroutine handling and cancellation☆729Updated 4 years ago
- Native MurmurHash3 Go implementation