glycerine / greenpack
Cross-language serialization for Golang: greenpack adds versioning, stronger typing, and optional schema atop msgpack2. `greenpack -msgpack2` produces classic msgpack2, and handles nils. Cousin to ZebraPack (https://github.com/glycerine/zebrapack), greenpack's advantage is fully self-describing data. Oh, and faster than protobufs.
☆113Updated last month
Alternatives and similar repositories for greenpack:
Users that are interested in greenpack are comparing it to the libraries listed below
- github.com/cznic/sqlite2go has moved to modernc.org/sqlite2go☆33Updated 6 years ago
- github.com/cznic/memory has moved to modernc.org/memory☆105Updated 6 years ago
- A neat codegen-based database wrapper written in Go☆73Updated 4 years ago
- ZebraPack format is like gobs version 2: serialization in Go, *but* extremely fast and friendly to other languages. Use Go as your schema…☆171Updated 6 years ago
- GenX: Generics For Go, Yet Again.☆36Updated 7 years ago
- Embeddable in memory key/value store for strings in golang☆53Updated 6 years ago
- A deep pretty printer with Go-like notation. It implements the goon specification.☆88Updated 2 years ago
- ☆90Updated 8 years ago
- xxh3 fast hash function☆104Updated 5 years ago
- A []byte pool for Go.☆39Updated 2 years ago
- Dependable Go errors with tracebacks☆53Updated 3 years ago
- Go library for convert io.Reader to line-by-line Reader☆89Updated 4 months ago
- github.com/cznic/file has moved to modernc.org/file☆57Updated 6 years ago
- Generates automatically a Reset() method☆33Updated 7 years ago
- Templates, generics engine for Go☆136Updated 6 years ago
- Embeds static resources into go files for single binary compilation + works with http.FileSystem + symlinks☆67Updated 8 years ago
- Is a library that aids in graceful shutdown of a process/application☆48Updated 7 years ago
- singlefile implements a host wide locking mechanism.☆34Updated 9 years ago
- Package strit introduces a new type of string iterator, along with a number of iterator constructors, wrappers and combinators.☆84Updated 3 years ago
- Decentralized, sequential, lexicographically sortable unique id☆83Updated 4 years ago
- Using io.Reader for data transformation in Go☆71Updated 4 years ago
- A GO web application profiler.☆59Updated 6 years ago
- k8s wait and backoff utilities, extracted for general use☆36Updated 8 years ago
- A library of some of the utility functions provided by (but not exported) by cmd/go☆62Updated 7 years ago
- Very fast, very unsafe serialization for Go☆146Updated 2 years ago
- Stream bytes to multiple independent Readers #golang☆91Updated last year
- Run linters from Go code -☆66Updated 6 years ago
- Extensible arithmetic parsing lib for go☆67Updated 5 years ago
- Go library for representing and applying patches to modify existing Go structures☆56Updated 8 years ago
- A Golang library that provides a standard way to execute code when a process exits normally or due to a signal.☆117Updated 7 years ago