controlflow / resharper-heapview

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

Check final design of C# 12 #117

Closed controlflow closed 9 months ago

controlflow commented 1 year ago

Collection literals probably will be blittable: https://github.com/dotnet/csharplang/blob/main/meetings/working-groups/collection-literals/CL-2023-08-03.md#blittable-data

controlflow commented 11 months ago

Primary ctors must be fully supported by now. Collection expressions TBD. They do not always allocate - no idea how custom collection factories may work. Also spread expression may result in zero items added - cached empty collection return.