Y
Hacker News
new
|
ask
|
show
|
jobs
by
saagarjha
1032 days ago
> Even on x86 where it's supported, you want to avoid doing unaligned reads at all costs because they're up to 2x slower than aligned accesses.
This is generally not true.
1 comments
von_lohengramm
1032 days ago
It is generally true because "up to" includes the same speed. However, unaligned memory can significantly impact caching.
link