roq-trading / roq-issues

Issue tracker for Roq's software solutions.
https://roq-trading.com/
1 stars 0 forks source link

[roq-fbs-codec] Library to encode/decode Roq's FlatBuffers messages #402

Closed thraneh closed 1 year ago

thraneh commented 1 year ago

It is undesirable to have roq-api depend on FlatBuffers.

There are also use-cases where it's undesirable to expose FlatBuffers at a too low level, e.g. around importing third-party data to event-logs.

Creating a library makes it possible to reduce the support surface.