SURYAS1306 commented on PR #3438: URL: https://github.com/apache/fory/pull/3438#issuecomment-4008003238
Hi @chaokunyang, Thanks for the suggestion You're right - I initially focused on the collection/map serializers and primitive list serializers that directly allocate based on payload length. I’ll go through the other serializers (such as ArraySerializers and StringSerializer) and add the same guard checks where preallocation depends on input size. I’ll update the PR accordingly. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
