This repository has been archived by the owner on Feb 18, 2024. It is now read-only.
Improve the performance in cast kernel using AsPrimitive trait in generic dispatch #252
Labels
enhancement
An improvement to an existing feature
Beat arrow2 cast performance less than 10 LOC, about 7 times faster in casting 2^20 size u32array to u64array.
Benchmark codes:
https://github.com/sundy-li/learn/blob/master/arrow-vs-arrow2/benches/cast_kernels.rs
The text was updated successfully, but these errors were encountered: