Dandandan commented on issue #8518: URL: https://github.com/apache/arrow-rs/issues/8518#issuecomment-3354893630
I think what might help generally is transform the structure to have a single `Vec<Item>` in a top level struct (while building) and store a reference / slice in the structs, so it can allocate / deallocate in large chunks (and aditionally helps with cache efficiency / reduces total memory usage). -- 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]
