Regarding reference counting (and slightly off-topic): Is there (or should there be) reference counting in a package (or Base?), to avoid allocations (and hence GC) by re-using memory? Cf. my question in Reference counting and disposables
Regarding reference counting (and slightly off-topic): Is there (or should there be) reference counting in a package (or Base?), to avoid allocations (and hence GC) by re-using memory? Cf. my question in Reference counting and disposables