Improve readability and maybe performance of string --> numeric/time/date/timetamp cast kernels #2285
Labels
arrow
Changes to the arrow crate
enhancement
Any new improvement worthy of a entry in the changelog
performance
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
While examining the code, I found that we could make the string --> numeric compute kernels faster buy using Rust iterators to avoid bounds check and avoiding string allocations for the "safe cast" paths
Describe the solution you'd like
faster kernels
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered: