Go's march to low-latency GC

Dicebot via Digitalmars-d digitalmars-d at puremagic.com
Sat Jul 9 06:48:41 PDT 2016


On 07/09/2016 02:48 AM, ikod wrote:
> If I made a wrong guess and
> ask for too small stack then programm may crash. If I ask for too large
> stack then I probably waste resources.

Nope, this is exactly the point. You can demand crazy 10 MB of stack for
each fiber and only the actually used part will be allocated by kernel.


More information about the Digitalmars-d mailing list