pixelherodev opened a new pull request, #563:
URL: https://github.com/apache/arrow-go/pull/563

   This makes Schema.Equal ~20% faster in my use case (where the hot path is 
almost always taken, left == right).
   
   cfg escapes to the heap; this change avoids making cfg exist until after the 
hot path, making it even faster.
   
   ### Rationale for this change
   
   
   ### What changes are included in this PR?
   
   
   ### Are these changes tested?
   
   
   ### Are there any user-facing changes?
   
   


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

Reply via email to