The Finder’s GUI tax can be very expensive
robservatory.com
The Finder’s GUI tax can be very expensive
1–10 of 125 posts
Re: The Finder’s GUI tax can be very expensive
#2Re: The Finder’s GUI tax can be very expensive
#3Re: The Finder’s GUI tax can be very expensive
#4Re: The Finder’s GUI tax can be very expensive
#5"Finder (nee Archive Utility) should just execute the task without any visual feedback" -- no.
Re: The Finder’s GUI tax can be very expensive
#6As it is, removing the GUI is perhaps the worst thing you could do to the user. Closely followed by inducing epilepsy with that ridiculous expanding dialog.
Re: The Finder’s GUI tax can be very expensive
#7There's a simple way to do a visual progress bar with almost zero slowdown: run the task in a separate thread from the progress bar, and update the progress through lock-free shared variables. Make the progress bar read the shared variables only a couple of times per second, sleeping between its updates.
Re: The Finder’s GUI tax can be very expensive
#8"Finder (nee Archive Utility) should just execute the task without any visual feedback" -- no.
I also thought that was wrong. One idea is a progress window if the task takes more than a few seconds, plus some visual indicator for success.
Re: The Finder’s GUI tax can be very expensive
#9Re: The Finder’s GUI tax can be very expensive
#10"Finder (nee Archive Utility) should just execute the task without any visual feedback" -- no.
The "dancing" modal is quite ridiculous.