One of the memory hogs when you have object trees or graphs can be good old TList and its many variants (TObjectList, TList, etc.). This is especially an issue when you have thousandths of lists that typically hold very few items, or are empty. In the DWS expression tree f.i. there are ...
More...