Hi tinypoodle
1. The program will be loaded into RAM regardless of how/where it is stored.
2. Compiled code. I don't know how for example ash or a basic interpreter would handle it.
True, but OTOH even in copy2fs mode swapping to disk could lead to decrease speed.
I was referring to if the program routinely read from a data file, those reads would wind up being cached in RAM. If
the program went to read from that file again, it may already have been cached since reads are done in blocks of
4K in think.