kazuyukitanimura commented on PR #7179: URL: https://github.com/apache/arrow-rs/pull/7179#issuecomment-2815972381
@himadripal Just wondering ```rust let base = T::Native::usize_as(10); ``` where `T: DecimalType` Will it be faster if you change the `base` to `i128` or `u128` and `pow` it, then convert to `T`? -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org