Replace calls to SerializeToStringDeterministic() with...
Replace calls to SerializeToStringDeterministic() with SerializeToBufferDeterministic(), which is typically 30% faster. In addition, this change allows us to detect negatives in proto comparison without actually doing the serialization, in the case where the serialized protos are known to have different lengths. PiperOrigin-RevId: 232564652
Loading
Please sign in to comment