Performance should be mostly the same as Java, exc...
# announcements
k
Performance should be mostly the same as Java, except for things like inlined lambdas (way faster) and if you use some of the more advanced things like delegation there are some performance considerations there. This article has a bunch of them: https://sites.google.com/a/athaydes.com/renato-athaydes/posts/kotlinshiddencosts-benchmarks
metal 1