Hacker News new | ask | show | jobs
by eliasdejong 157 days ago
> A key feature of this code is that it skips CPU cache when copying

Are those numbers also measured while skipping the CPU cache?

1 comments

naive c is just a memcpy. non-temporal uses the streaming instructions.