Closed jpellegrini closed 3 months ago
The ack benchmark crashes because the default STklos stack size is not enough... We can use 100x more room.
And it should have no impact on performance, since the stack is static (its size doesn't change dynamically)
Thanks for this!
The ack benchmark crashes because the default STklos stack size is not enough... We can use 100x more room.