Are there plans to optimize kotlin reflection, sin...
# stdlib
a
Are there plans to optimize kotlin reflection, since its slower than java reflection.
i
Do you have any concrete cases where it's slower?
a
Well tried to make a certain algorithm that uses the superclass property then I mapped it to display the simple names of the elements for some reason it feels slower....