new Span vs stackalloc
I'm working on a library that is able to read and write memory from a remote computer and was wondering which of these two is better practice?
I feel as though these would produce extremely if not exactly the same memory layouts, it creates a Span in both.
I feel as though these would produce extremely if not exactly the same memory layouts, it creates a Span in both.