controlflow / resharper-heapview

ReSharper Heap Allocations Viewer plugin
MIT License
303 stars 28 forks source link

array[range] allocation #79

Closed controlflow closed 1 year ago

controlflow commented 3 years ago
object[] xs = ...;
xs[from..] // allocates copy of the array
controlflow commented 1 year ago

Implemented