Hacker News new | ask | show | jobs
by Gibbon1 2614 days ago
> performance hit due to lack of alignment

This isn't true of modern processors.

1 comments

Sure you get free unaligned access for scalars on x86, but unaligned arrays are still trouble if you use SSE (which basically everyone does).