If you are implying that smaller RAM use makes the program slower, that simply isn't true. I use lookup tables and caches where appropriate, but because of how L1 and L2 caches in the hardware work, the less RAM you use, the faster your program will run.
Bookmarks