https://kotlinlang.org logo
#kontributors
Title
# kontributors
u

[removed]

12/28/2017, 3:04 PM
Hello, I've found small performance problem in standard library, https://youtrack.jetbrains.com/issue/KT-22042, but I don't know whether I should try to contribute fix for it. What's the current policy about stdlib performance? Is it okay to sacrifice a bit of local code readability/reusing for the sake of minor (~10-20%) improvements?
y

yole

12/28/2017, 3:23 PM
@ilya.gorbunov
i

ilya.gorbunov

12/28/2017, 3:59 PM
Yes, it's ok to improve the performance at a price of increased verbosity.