Support Board
Date/Time: Fri, 29 Nov 2024 20:57:01 +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? |