Youssef Shoaib [MOD]
07/01/2024, 3:48 PMIntRange
aren't optimized in JS to be just classical for-loops, instead they use an iterator and everything. Is there a reason why that optimization doesn't exist for JS but only for JVM?jw
07/01/2024, 3:50 PM..<
was introducedjw
07/01/2024, 3:51 PMYoussef Shoaib [MOD]
07/01/2024, 3:59 PMsuspend
call in the loop. Seems like probably some optimization kicks in in your example that doesn't in mineEdoardo Luppi
07/01/2024, 4:49 PMjw
07/01/2024, 4:50 PMEdoardo Luppi
07/01/2024, 4:51 PMPavel Kunyavskiy [JB]
07/01/2024, 6:38 PM