tinylib / msgpLinks
A Go code generator for MessagePack / msgpack.org[Go]
☆1,884Updated 2 weeks ago
Alternatives and similar repositories for msgp
Users that are interested in msgp are comparing it to the libraries listed below
Sorting:
- Benchmarks of Go serialization methods☆1,614Updated 4 months ago
- idiomatic codec and rpc lib for msgpack, cbor, json, etc. msgpack.org[Go]☆1,917Updated 2 weeks ago
- msgpack.org[Go] MessagePack encoding for Golang☆2,591Updated last year
- The Snappy compression format in the Go programming language.☆1,567Updated 8 months ago
- Elegant generics for Go☆1,720Updated 4 years ago
- Simple profiling for Go☆2,047Updated 3 years ago
- A Go implementation of the 64-bit xxHash algorithm (XXH64)☆2,039Updated last year
- faster JSON serialization for Go☆2,987Updated 2 years ago
- A Golang lock-free thread-safe HashMap optimized for fastest read access.☆1,877Updated 3 months ago
- Go package implementing bitsets☆1,456Updated last week
- Wrapper types for sync/atomic which enforce atomic access☆1,437Updated 6 months ago
- A golang LRU Cache for high concurrency☆1,379Updated last week
- Fast thread-safe inmemory cache for big number of entries in Go. Minimizes GC overhead☆2,287Updated 3 months ago
- A portable mmap package for Go☆1,075Updated 10 months ago
- LZ4 compression and decompression in pure Go☆941Updated 6 months ago
- A disk-backed key-value store.☆1,451Updated 4 years ago
- Common juju errors and functions to annotate errors. Based on juju/errgo☆1,395Updated 2 years ago
- Golang implementation of Radix trees☆927Updated last year
- Package throttled implements rate limiting access to resources such as HTTP endpoints.☆1,568Updated 2 months ago
- Connection multiplexer for GoLang: serve different services on the same port!☆2,678Updated last year
- An in-memory cache library for golang. It supports multiple eviction policies: LRU, LFU, ARC☆2,714Updated last year
- Golang channel helpers and special types☆809Updated last year
- Go Memcached client library #golang☆1,854Updated 7 months ago
- Native MurmurHash3 Go implementation