Zig vs D generics

wjoe invalid at example.com
Fri Oct 14 15:08:34 UTC 2022


On Wednesday, 12 October 2022 at 16:22:50 UTC, ryuukk_ wrote:
> On Wednesday, 12 October 2022 at 15:48:34 UTC, Ola Fosheim 
> Grøstad wrote:
>> On Wednesday, 12 October 2022 at 15:21:07 UTC, ryuukk_ wrote:
>>> refresh rate screens, nobody will want a language that's slow 
>>> with a JIT and a poor man's GC
>>
>> Dart.
>> JavaScript.
>
> Is D a system language or it is a language to do websites?
>
> Can D's GC compete with Javascript's V8 GC?

I haven't benchmarked but I would expect that the fork() based GC 
can compete since it pauses only for the duration of the fork() 
system call. Everything else can be done concurrently.
And, unlike MS Windows, Apple's iOS is based on Darwin (BSD) so I 
would assume that a fork() interface is present there, too.

For your convenience: 
https://dlang.org/blog/2019/07/22/symmetry-autumn-of-code-experience-report-porting-a-fork-based-gc/


More information about the Digitalmars-d mailing list