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
{{ message }}
This repository has been archived by the owner on Sep 22, 2022. It is now read-only.
Why doesn't memcmp() work?
What exactly do you need?
MsgPack is (mostly) self-described data format.
Therefore, the comparison function for arbitrary msgpack messages allows you to compare many data types with due account it's semantics, including tuples.
For example, this allows you to order set of values of different types: boolean, double, int32, uint64, float, and so on, by the single comparison function.
Actually only a comparison function for arbitrary msgpack messages is required.
The text was updated successfully, but these errors were encountered: