The reason is that Java actually has to allocate a...
# announcements
d
The reason is that Java actually has to allocate an object for the lambda, where as Kotlin inlines the whole thing at compile time.