beliefer opened a new issue, #11259: URL: https://github.com/apache/incubator-gluten/issues/11259
### Description Reserve the space for vector have a lot of benefits show below. - Zero cost: only reserved memory, does not affect logic - Significantly improve performance: avoid multiple memory allocations and copies - Code Best Practice: Pre allocate when knowing the number of elements - Reduce memory fragmentation: allocate contiguous memory at once ### Gluten version main branch -- 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]
