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 Smile-specific buffer-recycling #403

Closed cowtowncoder closed 12 months ago

cowtowncoder commented 12 months ago

(note: counter-proposal to #399 )

Some basic performance testing suggests that existing Smile-specific buffer recycling might be of limited value, especially for default settings (with only name back references).

So let's do a PR to see how performance actually behaves.