Escaping the Tyranny of the GC: std.rcstring, first blood
Ola Fosheim Grostad via Digitalmars-d
digitalmars-d at puremagic.com
Sun Sep 21 14:45:52 PDT 2014
On Sunday, 21 September 2014 at 17:52:42 UTC, Dmitry Olshansky
wrote:
> to use non-atomic ref-counting and have far less cache
> pollution (the set of fibers to switch over is consistent).
Caches are not a big deal when you wait for io.
>> Go also check fiber
>> stack size... But maybe Go should not be considered a target.
>
> ??? Just reserve more space. Even Go dropped segmented stack.
> What Go has to do with this discussion at all BTW?
Because that is what you are competing with in the webspace.
Go checks and extends stacks.
More information about the Digitalmars-d
mailing list