Memory Alignment of Doubles in C#minidump.net 1 pointtonystubblebine2 years ago1 commentSaveHideCopy link On HNComments−alexvitkov2yYou 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#.
Comments
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#.