core.stdc.stdatomic

Richard (Rikki) Andrew Cattermole richard at cattermole.co.nz
Thu Nov 16 04:28:19 UTC 2023


On 16/11/2023 5:41 AM, Imperatorn wrote:
> What's wrong with using the gc?

Nothing. In fact it is one of if not the best way to implement a 
lock-free concurrent data structure without segfaults.

It is of particular interest because it turns a nearly impossible 
problem into a hard problem that can be solved in a reasonable time frame.


More information about the Digitalmars-d mailing list