c# Programming Glossary: memoized
C# Memoization of functions with arbitrary number of arguments http://stackoverflow.com/questions/2852161/c-sharp-memoization-of-functions-with-arbitrary-number-of-arguments I tried to define an interface for a function which gets memoized automatically upon execution and each function will have to.. sw.Reset Console.WriteLine Average ticks not memoized sumTicks numRuns sumTicks 0 Repeat call for int i 0 i numRuns.. sw.ElapsedTicks sw.Reset Console.WriteLine Average ticks memoized sumTicks numRuns Update Thanks for pointing out my n00bish error.....
|