FasterXML / jackson-dataformats-binary

Uber-project for standard Jackson binary format backends: avro, cbor, ion, protobuf, smile
Apache License 2.0
310 stars 133 forks source link

Remove optimized `CBORParser.nextTextValue()` implementation #373

Closed cowtowncoder closed 1 year ago

cowtowncoder commented 1 year ago

(due to #372 )

Although there are theoretical performance benefits from implementing JsonParser.nextTextValue(), the sheer complexity of implementation for CBOR backend makes it a bad trade-off. So let's just drop it from 2.15.0, to avoid hiding subtle bugs that may cause production issues.