askql
askql copied to clipboard
Port for..in, for..of and other loops to AskScript
In order to keep minimal resources in AskVM, it would be good to port for..in, for..of, maybe for (and possibly other kinds of loops, if there are any at the time of reading this issue) from AskVM to AskScript and leave in AskVM only while
(or for).
Please see the status of this discussion first: https://github.com/xFAANG/askql/issues/302
When porting these to AskScript, one should compare performance of Typescript forIn/forOf resources with their AskScript equivalents.