C#C
C#4y ago
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 decent for this or is there some other lower-level alternative that is more performant/efficient?
Was this page helpful?