I know this is breaking the cardinal rule of optim...
# random
e
I know this is breaking the cardinal rule of optimization, but in general, is it better to "cache" a lookup to a
KClass
property in a field or access it every time (something like
foo::class.simpleName
)?
e
that is pretty light, it's just static data
looking up fields and methods on the other hand…
e
Is that the same across all KMP targets?