ilya.gorbunov
07/25/2017, 6:29 PMuntil
will get an intrinsic in 1.1.4 https://youtrack.jetbrains.com/issue/KT-9900elect
07/25/2017, 8:41 PMrepeat
?ilya.gorbunov
07/25/2017, 8:51 PMrepeat
?voddan
07/25/2017, 8:52 PMdamian
07/26/2017, 12:42 AMrepeat
will already be fully optimized. it's always inlined and it takes advantage of the ..
intrinsicelect
07/26/2017, 6:59 AMforEach
was much slower than a simple for
voddan
07/26/2017, 7:39 AMThat's becausewas much slower than a simpleforEach
for
forEach
is a generic function and has to use a generic iteratorI am really interested in knowing what's optimized and what's notMaybe we need to keep a list of all intrinsics and compiler-level optimizations on kotlinlang.org
elect
07/26/2017, 7:48 AMvoddan
07/26/2017, 8:50 AM