zhuqi-lucas commented on PR #7873: URL: https://github.com/apache/arrow-rs/pull/7873#issuecomment-3047355818
Thank you @Dandandan @mbutrovich , after investigation, i found the way to optimize the case using set_indices. I was collecting to Vec<usize>, it has some overhread, the latest code will have performance improvement without any extra Vec<usize> in memory. -- 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]
