Good ideas and conversation. No ads, no tracking. Login or Take a Tour!
I had to do this at work, where we generate C++ code from XML schemas. One XML class was instanced in the millions, and it turned out that rearranging the elements in the corresponding XML type vastly (~40%) reduced the memory footprint.