© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
C#C
C#•4y ago•
16 replies
Thinker

Is Array.Copy decent for copying sections of memory?

I'm making a thing which relies pretty heavily on copying (not very large) sections of memory inside an array to other sections of the array. Is
Array.Copy
Array.Copy
decent for this or is there some other lower-level alternative that is more performant/efficient?
C# banner
C#Join
We are a programming server aimed at coders discussing everything related to C# (CSharp) and .NET.
61,871Members
Resources
Recent Announcements

Similar Threads

Was this page helpful?

Similar Threads

Memory copying with alignment
C#CC# / help
7mo ago
MemoryMarshal.Cast on a struct with array of known fixed size
C#CC# / help
2y ago
✅ array of methods
C#CC# / help
17mo ago
Deep copy of a NaryTree
C#CC# / help
5mo ago