《Android应用性能优化》 第4章 高效使用内存

 

  本地类型 大小 字节
boolean jboolean 8位(取决于VM) 1
byte jbyte 8位 1
char jchar 16位 2
short jshort 16位 2
int jint 32位 4
long jlong 64位 8
float jfloat 32位 4
double jdouble 64位

8

 

 

 

 

 

 

 

 

 

 

性能主要取决于以下三个因素:

CPU如何操纵特定的数据类型;

数据和指令需要占用多少存储空间;

数据在内存中的布局。

 

posted @ 2015-04-15 17:39  马小豆包  阅读(112)  评论(0编辑  收藏  举报