projjal commented on pull request #7504:
URL: https://github.com/apache/arrow/pull/7504#issuecomment-647155468


   Hi @wesm can you take a look at this. It seems that the 
ParseTimestampStrptime function was recently changed from taking c-style null 
terminated string input to c++ style. If the input string was already null 
terminated then this method significantly slows down due to extra allocation 
and copies from constructor and c_str(). From the benchmark test that I have 
added it seems that it gets about 2-2.5x slower. Would it make sense to add 
another method that explicitly takes null-terminated string as input to avoid 
these copies.


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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to