[Cocoa-sharp] speed issues in latest version
Jonathan Pak
jon.d.pak at gmail.com
Wed Dec 6 00:45:11 EST 2006
hello all
i'm wondering if has anyone else has found this to be a problem?
i recently switched to compiling my project with the latest source
files from svn and i noticed that the responsiveness of my
application was seriously degraded.
digging a little deeper i discovered that all messages were being
interposed at the NSObject level and routed through an IL generated
delegate. this would explain the sluggishness of the ui as i am
loading another bundle that contains native code to do some
substantial vector graphics drawing.
would intercepting messages only on registered classes in the
assembly be a good strategy for future versions?
any thoughts/comments appreciated
thanks
- jon
More information about the Cocoa-sharp
mailing list