https://bugs.documentfoundation.org/show_bug.cgi?id=126710
--- Comment #16 from Dave Gilbert <[email protected]> --- I've currently got a version that's loading this in a peak of 50G; still stupidly big but getting better (and I've got some ideas how to get a bit more) The way this world works is to have a 'Slim' and 'Full' version of ScDPResultMember, where the Slim is a lot smaller. They share a common base class and then if we have to use a feature Slim doesn't store then the object allocates the full version as needed. The patch set is rather big and messy however. I'll clean it up and add in the few other cleanups I have for it -- You are receiving this mail because: You are the assignee for the bug.
