Is your feature request related to a problem or challenge? Please describe what you are trying to do.
interleave_list for Primitive would construct:
- Indices extend to interleave arguments
- Interleave sub childs
When element is primitive type like F32, (1) might as heavy as (2), causing some performance wasting.
Describe the solution you'd like
Maybe add a benchmark for this, and trying to optimize
Describe alternatives you've considered
no
Additional context
no
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
interleave_list for Primitive would construct:
When element is primitive type like F32, (1) might as heavy as (2), causing some performance wasting.
Describe the solution you'd like
Maybe add a benchmark for this, and trying to optimize
Describe alternatives you've considered
no
Additional context
no