AFAIK, java stores ints in memory in big-endian format. And my intel processor uses little-endian.

Where does the conversion takes place? Does it take place? How JVM developers settle performance issues?

有帮助吗?

解决方案

The JVM running on your Intel stores int as little-endian.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top