SBE Intermediate Representation
From Just Solve the File Format Problem
(Difference between revisions)
(Created page with "{{FormatInfo |formattype=electronic |subcat=Serialization |released=2013<ref>https://github.com/real-logic/simple-binary-encoding/wiki#user-content-history-of-sbe</ref> }} Th...") |
(Added extension) |
||
Line 2: | Line 2: | ||
|formattype=electronic | |formattype=electronic | ||
|subcat=Serialization | |subcat=Serialization | ||
+ | |extensions={{ext|sbeir}} | ||
|released=2013<ref>https://github.com/real-logic/simple-binary-encoding/wiki#user-content-history-of-sbe</ref> | |released=2013<ref>https://github.com/real-logic/simple-binary-encoding/wiki#user-content-history-of-sbe</ref> | ||
}} | }} |
Latest revision as of 07:04, 3 June 2019
The serialization format Simple Binary Encoding (SBE), meant for low-latency financial programs, has an intermediate representation (IR) between its XML-based schemas and the generated code for writing and reading messages. The IR is itself a SBE message. It uses the extension .sbeir.
It is possible that the IR format is not in the SBE specification proper, but rather is only part of the reference implementation, as it does not appear in the official specification.[2]