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
Explain the different values of net.openhft.chronicle.wire.WireType and the different features/tradeoffs of each. Suggest we do this with a table of properties such as "self describing", "human readable", etc.
As well as yes/no properties, we should also have columns for variable properties e.g. "size" which could contain the number of bytes needed to encode a reference object. Likewise latency.
We should also explain the relationship between BytesMarshallable and Wire marshalling
The text was updated successfully, but these errors were encountered:
Explain the different values of
net.openhft.chronicle.wire.WireType
and the different features/tradeoffs of each. Suggest we do this with a table of properties such as "self describing", "human readable", etc.As well as yes/no properties, we should also have columns for variable properties e.g. "size" which could contain the number of bytes needed to encode a reference object. Likewise latency.
We should also explain the relationship between BytesMarshallable and Wire marshalling
The text was updated successfully, but these errors were encountered: