Elevating Structured Data
to Native Speed.
An open development toolkit seamlessly integrating the metadata expressiveness of o2c with the ultra-fast, lightweight binary serialization of LBIN.
Why olbin?
The JSON Dilemma
Human-readable, but slow to parse and prone to bloated file sizes.
The Protobuf Rigidness
Fast, but rigid schema definitions make it weak against dynamic data structures.
The Best of Both Worlds.
o2c Portability
Maintains free, structured expressiveness without compromise.
LBIN Serialization
Ultra-lightweight binary output that wastes zero network bandwidth and CPU cycles.
Ultra-Fast
Binary Serialization
Adopts the LBIN format. Near-zero parse time, outperforming major existing formats in serialization speed.
Dynamic o2c
Integration
Type-safe yet flexible packaging for structured AI and canvas data. Enables highly unconstrained schema design.
Local-First,
Zero-Colonialism
Frees developers from cloud vendor lock-in. Delivers extreme performance on private hardware and local environments.
Interactive Playground
Feel the compression. Measure the nano-seconds.
{
"type": "entity",
"metadata": {
"id": "obj_001",
"timestamp": 1715430000,
"tags": ["dynamic", "fast"]
},
"payload": {
"x": 120.5,
"y": -45.2,
"active": true
}
}