Live data from Hacker News

How Google May Be Planning To Make Android Apps Faster With ART

readwrite.com

1–4 of 4 posts

Re: How Google May Be Planning To Make Android Apps Faster With ART

#3
post #2

There is one thing I fail to understand. I have seen the low end Android phones complaining about low space. This implementation makes apps to occupy more space that they normally would - making the above mentioned problem worse. Thoughts?

Move your apps to SD.

Re: How Google May Be Planning To Make Android Apps Faster With ART

#4
post #2

There is one thing I fail to understand. I have seen the low end Android phones complaining about low space. This implementation makes apps to occupy more space that they normally would - making the above mentioned problem worse. Thoughts?

I'm guessing like most things, it's a trade-off. I believe Dalvik was designed to be frugal with both disk and memory but if those are growing faster than CPU then it would make sense to revisit that decision.

More specifically though, I think the code in Android apps is a small fraction of the app size, compared with images, audio and video resources.