iemejia commented on PR #3864:
URL: https://github.com/apache/avro/pull/3864#issuecomment-4952730101

   **Preallocation (AVRO-4292 follow-up) evaluated — no change needed here.** 
`decode_array`/`decode_map` append via `push @array` / `$hash{...}`, growing on 
demand rather than preallocating to the declared block count, so there is no 
up-front over-allocation to bound (unlike the Java/C++/C# readers). The 
existing structural and zero-byte caps already bound the growth.


-- 
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]

Reply via email to