ugorji / go-codec-bench
Benchmark of go binary and text encodings
☆19Updated 2 years ago
Alternatives and similar repositories for go-codec-bench:
Users that are interested in go-codec-bench are comparing it to the libraries listed below
- A simple and efficient hashmap package for Go. Uses open addressing, Robin Hood hashing, and xxhash algorithm.☆80Updated 2 years ago
- A simple Golang package for conveniently using named read/write locks. Useful for synchronizing access to session based storage in web ap…☆34Updated 7 years ago
- Highly concurrent drop-in replacement for bufio.Writer☆56Updated 7 years ago
- an event-emitter for golang☆22Updated 5 years ago
- Go client library for Pilosa☆57Updated 2 years ago
- Provides some common utilities which GoLang developers use when working with files, either system files or web files.☆26Updated last year
- Lightweight validation library that can export rules as JSON so browsers can apply the same rules.☆15Updated 8 months ago
- a golang log lib supports level and multi handlers☆35Updated 6 years ago
- General purpose binary encoder/decoder☆48Updated last year
- Go stdlib net/rpc with context.Context support☆37Updated 2 years ago
- Package snaker provides methods to convert CamelCase to and from snake_case.☆15Updated 2 months ago
- Storing strings without GC overhead☆82Updated 5 years ago
- Cross-language serialization for Golang: greenpack adds versioning, stronger typing, and optional schema atop msgpack2. `greenpack -msgpa…☆113Updated last month
- Generate Sortable Identifiers☆33Updated 5 years ago
- Common case conversions covering common initialisms.☆20Updated 6 years ago
- A Golang library that implements the Hierarchical State Machine(HSM).☆46Updated 9 years ago
- Pure Go implementation of xxHash (32 and 64 bits versions)☆59Updated 4 years ago
- Streaming JSON encoding for Golang☆27Updated 2 months ago
- Helpers for making the use of reflection easier☆27Updated 7 months ago
- Miscellaneous functions for formatting text☆92Updated 6 months ago
- Golang radix tree implementation☆35Updated 5 years ago
- TryLock for Go☆66Updated 5 years ago
- Fast generation of 192-bit UUIDs☆84Updated last year
- Go wrapper for CRoaring☆46Updated last year
- A spinlock implementation for Go.