caliskimmer
Retired Moderator
- Jul 11, 2010
- 1,869
- 24
- 0
Computer run files off of RAM not HD. It loads the program and files that need to be executed or opened into RAM from HD. HD access times are way slower than ram memory. Anytime computer has low ram and then it to use HD as a virtual memory, we can feel that royal painful lag. I dont know how slow is the read/write times compared to the NAND, but its effect is already evident in case of lag issue of vibrant. Since somehow vibrant used internal Sd card as place for app cache, it suffers great lag and by moving this cache to NAND or ext2/3/4 partition on external SD card, this lag disappears. So, point is, as long as phone has to only read and write files from SD card once in a while (as in when opening some app which you use rarely), there should be no lag or issue. Either way, if phone has more ROM, means more apps can fit on the phone memory itself, which should be faster than external SD, and therefore less evident lag.
Oops, wasn't thinking correctly. Of course it's run off of RAM.