Is your feature request related to a problem or challenge? Please describe what you are trying to do.
Running interleave on a List or LargeList falls into the interleave_fallback arm, which is inefficient.
Describe the solution you'd like
Implement a specialized interleave_list for these types
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
Running
interleaveon aListorLargeListfalls into theinterleave_fallbackarm, which is inefficient.Describe the solution you'd like
Implement a specialized
interleave_listfor these types