We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 24a9afd + 944dab0 commit bd72947Copy full SHA for bd72947
keps/sig-api-machinery/4222-cbor-serializer/README.md
@@ -700,8 +700,7 @@ As well as fuzz tests covering:
700
701
- for all native types, native-to-JSON-to-unstructured and
702
native-to-CBOR-to-unstructured is identical
703
-- the number of bytes allocated per decode is not more than directly
704
- proportional to the input size
+- the number of bytes allocated per decode does not exceed a reasonable upper limit
705
- roundtrip JSON-to-CBOR-to-JSON and CBOR-to-JSON-to-CBOR
706
- roundtrip through implementations in at least some of the non-Go client
707
languages
0 commit comments