Hacker News new | ask | show | jobs
by pornel 933 days ago
AMD's implementation of `rep movsb` instruction is surprisingly slow when addresses are page aligned. Python's allocator happens to add a 16-byte offset that avoids the hardware quirk/bug.
1 comments

thank you, upvoted!