pascaldekloe/colfer
binary serialization format
When you need to send or save structured information, Colfer converts your data (like customer profiles or sensor readings) into a compact, fast-to-process binary format. It takes a definition of your data structure and generates code in languages like C, Go, Java, or JavaScript to efficiently pack and unpack it. This is ideal for developers building high-performance applications where data size and processing speed are critical.
756 stars.
Use this if you are a software developer needing to optimize how data is stored or transmitted between systems, prioritizing speed and minimal size.
Not ideal if you need a human-readable data format or if your project requires extensive, complex schema evolution capabilities beyond simple field additions.
Stars
756
Forks
54
Language
Java
License
CC0-1.0
Category
Last pushed
Feb 26, 2026
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ai-coding/pascaldekloe/colfer"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related tools
googleapis/gapic-generator-python
Generate Python API client libraries from Protocol Buffers.
zeromicro/go-zero
A cloud-native Go microservices framework with cli tool for productivity.
omissis/go-jsonschema
A tool to generate Go data types from JSON Schema definitions.
openconfig/ygot
A YANG-centric Go toolkit - Go/Protobuf Code Generation; Validation; Marshaling/Unmarshaling
mailru/easyjson
Fast JSON serializer for golang.