In my OS X application that uses Core Data , my table scan is very slow while scrolling and I only have about 100 rows ... I use Cocoa bindings with NSArrayController to show my data in a table.
I have only one Entity with 13 attributes, but still viewing the table view / scroll is very backward.
Is there any general error / bad coding that causes this behavior? My cpu usage is around 85% while I scroll.
Anyone have any ideas why? I am using Xcode version 7.
UPDATE:
The tools look like this (I used it the first time): 
Update 2: Im using NSVisualEffectView and overriding allowVibrancy returns true, so I get tables of alternative row colors in the same way as in my other Github-Debter project
If I cut the main animation layer for my viewing, it helps a lot in scrolling, but my storyboard starts to do something wearable, and I canβt work well with the UI release.
source share