TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Memory Alignment of Doubles in C#

1 pointsby tonystubblebineover 1 year ago

1 comment

alexvitkovover 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#.