On 7/24/16, 9:48 PM, "Justin Mclean" <jus...@classsoftware.com> wrote:
>> The only other thing that I did is I converted all of the objects in my >> ArrayCollection to objectProxies > >I think (but not tested obviously) you'll find much better performance if >you don’t use Object/ObjectProxy but create a (non dynamic) named class >with named bindable properties. I agree with Justin. Getting rid of ObjectProxy and using "Value Objects" would be my bet for the change that would make a key difference. HTH, -Alex