ML and contributing to mir
Marc
mailnawman at gmail.com
Wed Aug 6 20:08:04 UTC 2025
On Wednesday, 6 August 2025 at 19:15:51 UTC, monkyyy wrote:
> On Wednesday, 6 August 2025 at 17:54:27 UTC, Marc wrote:
>> the gc is putitng me off as well
>
> gc only runs when you allocate; use the same big arrays c++
> would use and youll be fine
Can I allocate and deallocate without triggering the gc? I don’t
know how mir uses the gc in the low level but I’m interested in
having reference counter pointers, they are essentials for some
operations on tensors without copying the data every time.
More information about the Digitalmars-d
mailing list