Why does iOS run faster than And

2016-01-15  本文已影响19人  xiaobinZh

Why does iOS run faster than Android on less powerful hardware?

iOS is definitely more efficient, because it is running native code.  That code is generated by an optimising compiler (not a VM or a JIT compiler)

iOS does not use garbage collection which is also a source of stalls and is less efficient at handling memory.

But the A series processors are actually very fast too.  Clock rate and core count are not good indicators of throughput.

上一篇 下一篇

猜你喜欢

热点阅读