Any tips / pointers / docs on how to do this? I have some code that, according to @time, is using more memory than I expect. How do I work out where the problem is, and reduce the memory use?
Is there anything more efficient than writing small tests that focus on particular operations? I suspect my problem is that instances are being created on the heap when I expected them to be on the stack (the main data type hasa single field, which is an integer). Thanks, Andrew
