You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What we thought could be an easy fix (just make char Name[16]) seems to have implication as there are some places where code is optimized with unrolling and bit manipulations.
Before we patch it (and eventually propose it upstream) we wanted to clarify if that kind of change could impact code mechanical sympathy and as we are not high performance cpp expert by any means, wanted you opinion on the matters
Regards
The text was updated successfully, but these errors were encountered:
Hi @chronoxor,
While we wanted to add a market pair with 10 letters, we recently noticed that Symbol name is defined as 8 bytes.
CppTrader/include/trader/matching/symbol.h
Line 26 in 5126be4
What we thought could be an easy fix (just make
char Name[16]
) seems to have implication as there are some places where code is optimized with unrolling and bit manipulations.Before we patch it (and eventually propose it upstream) we wanted to clarify if that kind of change could impact code mechanical sympathy and as we are not high performance cpp expert by any means, wanted you opinion on the matters
Regards
The text was updated successfully, but these errors were encountered: