Elbehery commented on PR #75:
URL: https://github.com/apache/spark-connect-go/pull/75#issuecomment-2400884078

   > Btw your implementation using `var names []string` does not preallocate, 
and is slower for large rows. Lets see what the maintainers of this repo will 
make out of this.
   
   +1, I agree it is slower, u should use the `cap` arg if you know already 
beforehand to avoid the penalty of allocation a larger internal array and 
copying the data 
   
   
   


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

Reply via email to