msgpack-cli
msgpack-cli copied to clipboard
How I can skip VerifyUnderlyingRawType in AsBinary?
Subj. Currently in my case convert to Binary too slow and I know type it means call VerifyUnderlyingRawType not needed. (VerifyUnderlyingRawType is the slowest function here)
Thanks.
Thank you for feedback, but it is needed to verify MessagePackObject validity.
However, I will invest for performance continuously.