Calculate the memory usage and improve computation performance
问题 I would like to optimize this code in order to save memory as much as possible. My questions are: How many bytes are currently occupied for this? How many bytes can be saved by new changes? and what are those changes? The /Ox compiler option enables a combination of optimizations that favor speed. In some versions of the Visual Studio IDE and the compiler help message, this is called full optimization, but the /Ox compiler option enables only a subset of the speed optimization options enabled