Hi! Maxim Cournoyer <[email protected]> skribis:
> Which essentially means when the proot'd software is first loaded from disk? > Am I right to think that the performance would be the same after the > prooted program is all mapped in memory? No, every syscall is going to take much longer. So if you try, say, to run a build process under PRoot, that’s probably going to be much slower. OTOH, if you run a program that spends most of its time doing computations, there’s probably not a big difference. Ludo’.
