Echo JS 0.11.0

<~>

zhirzh comments

zhirzh 1898 days ago. link 1 point
the name is near impossible to make out at a glance
maybe add a hyphen like 'apostrophe-cms'
zhirzh 1991 days ago. link 1 point
and make the steps "greedy". i want to "move" as many straigtht steps as possible before landing on a decision
zhirzh 1991 days ago. link 1 point
dude. speed up the "generating maze" phase. you don't need to show every step of the process.
zhirzh 2629 days ago. link 1 point
that's not really helpful - you are dodging the "problem at hand".

i am asking whether or not to use setTimeout to perform recursion.
i know that deep recursions freeze the browser, so setTimeout is a POSSIBLE solution. another thing that can be done is to break the operation in batches of a few and use setTimeout to perform them in async.

some points for or against the approach, or perhaps some tips on how to deal with heavy recursions
zhirzh 2731 days ago. link 1 point
but why the need for an alternative to await-async?
[more]