Kriskras99 commented on issue #322: URL: https://github.com/apache/avro-rs/issues/322#issuecomment-3460290333
If it is the serialisation from a `T` to a `Value` that is slow, you can use [`to_value`](https://docs.rs/apache-avro/latest/apache_avro/fn.to_value.html). If it is also the `Value` to actual bytes parts, then your PR might be needed. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
