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

In fact, in Java this is the only way to simulate structs as POD rather than paying for the overhead of an array of objects.



Sorry, POD?


plain old data


Ah, thanks.


Not the only way. You can interleave fields in a ByteBuffer.




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

Search: