Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 1.4 KB

File metadata and controls

28 lines (23 loc) · 1.4 KB

Ask DeepWiki

sbe-code-gen (WIP)

A code generator that produces high-performance binary codecs from Simple Binary Encoding (SBE) XML schemas. The tool generates codec implementations in multiple programming languages (C++, Python) that can encode and decode binary messages according to the SBE specification.

TODO

  • nested composite enum/set/composite types
  • tests
  • ci integration
  • cmake integration
  • rust support?
  • python support
  • (cppng) from/to json serialization
  • (cppng) set/get fixed-length strings as variable length string (trim till '\0')
  • (cppng) calculate buffer size for a message
  • tests
  • examples
  • docs