klion26 commented on PR #9729: URL: https://github.com/apache/arrow-rs/pull/9729#issuecomment-4260131152
Thanks for the review and information. I've updated the code and made the time per-iter hundreds(or bigger) microseconds on my local laptop ``` string2decimal128(38, 3) time: [2.0216 ms 2.0831 ms 2.1535 ms] .... decimal128(38, 3)_to_int64 time: [211.44 µs 212.62 µs 213.87 µs] ``` -- 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]
