• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Root Possible speed boost?

AndroidHaCks

Android Enthusiast
So, i doubt this will do any real performance boost's, but would there be ANY boost to boot time, or just general speed of a device if you removed every unnessecary line from a file. So pretty much every line that starts with #
 
Microseconds at best. The only character that matters in a line beginning with # in a script is the #, it does not parse the rest of the line.

Interesting thought though, now I want to cook up a program that generates incrementally larger shell scripts with nothing but comments and times their execution. Just to see how much it takes to have an impact. I'll have to fire up a couple other computers to normalize the results though.
 
Microseconds at best. The only character that matters in a line beginning with # in a script is the #, it does not parse the rest of the line.

Interesting thought though, now I want to cook up a program that generates incrementally larger shell scripts with nothing but comments and times their execution. Just to see how much it takes to have an impact. I'll have to fire up a couple other computers to normalize the results though.

It will be interesting to see the results if you get around to doing this :D
 
Back
Top Bottom