Login Page - Create Account

Support Board


Date/Time: Wed, 01 May 2024 21:52:52 +0000



Post From: DTC Protocol

[2017-10-30 19:39:51]
AndrewAMD1 - Posts: 31
I'm writing code in C++, and the variable binary encoding is a little tricky to implement compared to fixed-struct binary. I'm wondering if it's worth my time to implement my trading client in variable.

Are there any rule-of-thumb performance metrics? Obviously, size will vary, but how much can I expect bandwidth to shrink using variable? That is, what percentage of fixed message size is a typical variable size?