|
|
|
|
|
by Jeff_Brown
1081 days ago
|
|
Writing what could be a loop in functional style instead allows you to say what you want done without saying how to do it. The results is faster to write, easier to read, and leaves the compiler free to find a good way to do it (e.g. maybe in parallel). |
|