|
|
|
|
|
by magicalhippo
54 days ago
|
|
> Why is reserving a megabyte of stack space "expensive"? Guess it's not a huge issue in these 64-bit days, but back in the 32-bit days it was a real limitation to how many threads you could spin up due to the limited address space. Of course most applications which hit this would override the 1MB default. |
|