Binary Format
Noun · Development
Definitions
A file or wire format that stores information as structured bytes rather than text, often to improve size, speed, or strict parsing. Binary formats are common in media, compiled artifacts, embedded protocols, and high-performance serialization systems.
In plain English: A structured data format stored in bytes rather than plain text.
Example: "They chose a compact binary format for telemetry because JSON overhead was too expensive at the target event volume."