Why Avoid array indexing. Use pointers.# Programming - 葵花宝典
e*d
1 楼
Code optimization 有这么一条 Avoid array indexing, Use pointers. 为什么呢?不需要再算地址了?
还有 Use int (natural word-size of the processor) to store flags rather than char or short。就因为alignment?
还有 Use int (natural word-size of the processor) to store flags rather than char or short。就因为alignment?