Tagged Questions
2
votes
4answers
619 views
Is function memoization really only for primitives?
I was thinking about this for quite some time. Is function memoization really only for primitives?
I currently have this piece of code:
Public Shared Function Mize(Of TArg1 As Structure, ...