TE
TechEcho
Home
24h Top
Newest
Best
Ask
Show
Jobs
English
GitHub
Twitter
Home
Memory Alignment of Doubles in C#
1 points
by
tonystubblebine
over 1 year ago
1 comment
alexvitkov
over 1 year ago
You can't possibly hope to measure aligned vs unaligned memory access with 10,000 elements. Or if you include the heap allocation for the array memory in your timing. Or if you don't take caching into account. Or if you do it in C#.