|
|
|
|
|
by pcwalton
4542 days ago
|
|
Note that the Rust compiler doesn't do any stream fusion; rather the functional idioms are designed around iterators, which provide a functional interface that relatively easily and predictably compiles down to code that's as efficient as the corresponding for loop. |
|