Hacker News new | past | comments | ask | show | jobs | submit login

One of the forms of 'premature optimization' that's often worth doing. Just align everything you can to the biggest power of two data-size you can. Also, always use fixed sized data types. E.G. (modular int) uint32 or (signed 2s comp) sint32 rather than int



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: