description
First, this is a great project. Thanks much.
I'm finding though that the memory demands are huge. From a profiler: 8 Meg of string memory, 1 Meg of byte[]. 5.5 meg for namespaces.
This is pushing my .net4 MVC3 app over the common limit for shared hosting of a number of hosting companies (unfortunately 98% of the memory space is being used by the libraries, not my object -- this being the only external library, the rest from MS).
Is there any way to reduce the memory footprint?