Skip to content

can the message library be used for financial trading protocols (SBE)? #569

Discussion options

You must be logged in to vote

I expect something like that could be made to work, yes.

I would also note that the field implementation here is also designed for bits rather than bytes; it's possible that a byte-aligned protocol (which in my experience most are, outside of bare metal) could be handled more efficiently when reading/writing fields in a message. Then again it's possible that the optimizer generates good code for the 8-bit alignment case here. I haven't checked, again because bit handling is the far greater use case.

Replies: 3 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@rmanaloto-tastytrade
Comment options

Answer selected by rmanaloto-tastytrade
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants