Make sure that what is kept in memory for all objects is all and only the data that is required for calculations and returning results. The rest is stuff that take up memory uselessly. If some of the data is required at load time, but not at calculation time, it should be dropped after loading.
Make sure that what is kept in memory for all objects is all and only the data that is required for calculations and returning results. The rest is stuff that take up memory uselessly. If some of the data is required at load time, but not at calculation time, it should be dropped after loading.