Does delegates or delegated properties *uses Refle...
# announcements
s
Does delegates or delegated properties uses Reflections under the hood? For example, I want to use them for server side projects then performance will be the first priority. So should I use them or not?
n
there's several levels of indirection, but IIRC there's no reflection
though the delegates do get passed a KProperty, which might qualify
s
Yes
s
Thanks for this thread @Animesh Sahu
y
Also if you have all of the delegate operators as
inline
and you don't use the kproperty object anywhere inside of the operators then the kproperties just never get created
👍 2