Loading User Information from Channel 9
Something went wrong getting user information from Channel 9
Loading User Information from MSDN
Something went wrong getting user information from MSDN
Loading Visual Studio Achievements
Something went wrong getting the Visual Studio Achievements
C9 Lectures: Dr. Graham Hutton - Functional Programming Fundamentals Chapter 11 of 13
Dec 15, 2009 at 12:08 AMGreat series.
A few thoughts though:
- Division can further be optimized with first parameter not equal to 1 also (since fractions are not allowed).
- Would have liked to see performance figures for the second optimization only, since it didnt involve refactoring the "pretty" solution.