a thoughtful web.
Good ideas and conversation. No ads, no tracking.   Login or Take a Tour!
comment by ixnar
ixnar  ·  3985 days ago  ·  link  ·    ·  parent  ·  post: The Lost Art of C Structure Packing

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.