Re: Big performances pb
Re: Big performances pb
- Subject: Re: Big performances pb
- From: David Remahl <email@hidden>
- Date: Sun, 10 Feb 2002 12:10:30 +0100
>
Hello,
>
>
When i began to test my GUI cocoa app i was afraid by the performance :
>
3 hours when
>
the *same source code* takes only 3 minutes without GUI (!).
>
>
The GUI is very simple : some buttons and fields which are disabled
>
until the end of the process.
>
>
My app is an artificial neural network that requires intensive
>
computation. But...3 hours with the GUI vs 3 hours in terminal mode....
>
>
Does anyone have the same pb with intensive computation ?
>
>
Thx.
>
Kub.
Well, the GUI means no overhead if you don't touch it...You should tell us
what you are doing to the GUI...Are you disabling the button over and over
in the middle of the loop or what?
/ david
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.