Also note that since Kotlin only uses boxed ints (...
# coroutines
m
Also note that since Kotlin only uses boxed ints (unless that's changed?) you may see some noticeable performance issues vs Java for this particular task.