That’s not quite the same.
The benefit of proper fusion is to get the memory characteristics of the Stream (which avoids building and intermediate lists) while retaining the speed of a regular Enum.
In combination a fused Enum is therefore faster in theory as it avoids allocations and takes stress from the GC.






















