[OT] Senders and Receivers

Sebastiaan Koppe mail at skoppe.eu
Thu Jun 5 14:30:09 UTC 2025


On Thursday, 5 June 2025 at 08:00:35 UTC, Araq wrote:
> On Wednesday, 4 June 2025 at 21:48:07 UTC, Sebastiaan Koppe 
> wrote:
>> Now, it must be said, the GC does help a lot in lock-free 
>> algorithms. Just look into hazard pointers to see what madness 
>> you have to resort to without a GC.
>
> It's not a big deal, you can use a library for it (C++ is 
> getting it in its stdlib: 
> https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2021/p1121r3.pdf) just like your GC which lives in the code space you didn't write yourself.

There is probably a parallel universe where I did actually end up 
writing a GC for D.


More information about the Digitalmars-d mailing list