Re: [Pyobjc-dev] Another naive question
Brought to you by:
ronaldoussoren
From: Just v. R. <ju...@le...> - 2002-11-16 23:50:41
|
bb...@ma... wrote: > [ ... ] Unfortunately, from AppKit import NSApplication causes the > AppKit module to effectively visit every class in the runtime as a > part of initialization -- and this is quite expensive. Ah, so that's the bottleneck. I'd be intersted in figuring out whether this can be done lazily, but I'll need to familiarize myself with the source first... Just |