João Fernandes
Rick I'm well aware of the existance of Signals (or even TurboSignals)
the problem is it doesn't belong natively in the SDK and currently there
are a lot of current implementations that rely on PropertyChange event
but it forces all your properties to dispatch the same event which...
will evaluate each single getter over and over. I was trying to check if
there was a possible better way to get Bindable Properties to be more
efficient without loosing the capability to notify some collection that
it somehow changed.
- Compiler optimization for getter/setter João Fernandes
- Re: Compiler optimization for getter/setter Alex Harui
- Re: Compiler optimization for getter/setter Rick Winscot
- Re: Compiler optimization for getter/setter João Fernandes
- Re: Compiler optimization for getter/sett... Alex Harui
- Re: Compiler optimization for getter/setter João Fernandes
- Re: Compiler optimization for getter/setter Alex Harui
- Re: Compiler optimization for getter/setter Tink