objective c - Cocoa @sum array operator too slow - alternatives? -


i've got text field value bound key path uses @sum. when array controller filtered, text field updates properly, extremely slowly, lagging ui or outright beachballing after every key press (less number of items in arrangedobjects decreases). there no lag if don't use @sum; i've narrowed down this.

is there faster way same thing?

this should have answer:

http://cliffhacks.blogspot.com/2007/03/cocoa-bindings-sum-is-on-even-if-youre.html


Comments

Popular posts from this blog

javascript - Enclosure Memory Copies -

php - Replacing tags in braces, even nested tags, with regex -