On Saturday, 29 May 2021 at 19:55:30 UTC, Elmar wrote:
In many or most of the cases the use case doesn't actually require GC-allocation.
Btw, I'm talking about core-level and systems software which concentrates on data transformations.
When I only want to access a data structure but not mofify it then GC-allocation would not fit the lifetime logic of a variable.
With "modification" I mean the data's size or it's order in memory but not the stored data itself.