[OT] Senders and Receivers

Araq rumpf_a at web.de
Thu Jun 5 08:00:35 UTC 2025


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.


More information about the Digitalmars-d mailing list