chaokunyang commented on issue #1954: URL: https://github.com/apache/fury/issues/1954#issuecomment-2493557209
- For primitive array, it's as fast as a memory copy. - For object array, depending on the data, the cost are basically `(array_len * cost(element)) * 10%` -- 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: commits-unsubscr...@fury.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@fury.apache.org For additional commands, e-mail: commits-h...@fury.apache.org
