Y
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
lunixbochs
157 days ago
naive c is just a memcpy. non-temporal uses the streaming instructions.
link