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

24 hours a day, man. I'm always byte swapping.

(I'm not sure how to answer the question... what do you mean, "when?")




The entire problem of using byte swaps is that you need to use them when your native platform's byte order is different from that of the data you are reading.

You know the byte order of the data. But the tricky part is, what is the byte order of the platform?


Whether it is tricky depends on what platforms you care about.


Or, you can just follow the advice of the article, and not need to worry about it because the compiler takes care of it for you.


> because the compiler takes care of it for you.

It will always be correct, but you can't just assume that the compiler will optimize the shifts into a byteswap instructions. If you look at the article you will see that it tires to no-true-scotsman that concern away by talking about a "good modern compiler".


And what exactly is the problem there? Are you going to be writing code that a) is built with a weird enough compiler that it fails this optimisation but also b) does byte swapping in a performance critical section?




Consider applying for YC's Spring batch! Applications are open till Feb 11.

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

Search: