dennis96411 wrote:Hey J.F. there's a bug that really bugs me, most of the time when I'm copying/extracting files it get stuck at certain point. Like when I'm unstuffing some file, it just stand and hang there, but I can still move the cursor. Can you somehow fix it?
Unstuffing is VERY slow on the PSP. It's slow on anything using an emulated 68K, but for RISC chips, it's even slower. Why? Because decompressing is lots of complex BYTE operations. RISC chips work on full-sized data (longwords in the case of the PSP), not bytes. So there's lots of shifting and masking going on in addition to the main operation performed. So where a file might take three or four minutes to unstuff on a real 68K Mac, it would take ten times than on the PSP. I normally start a file unstuffing and let it sit while I do something else.
It's particularly aggravating on the Slim because you can devote much more ram to the Mac, so StuffIt has more ram to use as buffers. The read is barely longer in time since it's faster, but it sits much longer unstuffing from the buffers with no visible activity since it's just going to/from memory. You'll sit for 10 minutes, then see a flurry of drive activity, then sit for another 10 minutes.
EDIT: Oh, yeah - one other thing. Some of you folks use the 68040 setting. Any setting with an FPU means NO PROGRESS BARS in OS8. There's an issue with OS where scroll bars and progress bars don't work due to the FPU emulation not being perfect. So you won't get ANY indication that an operation is progressing until it's actually done. If you want progress bars and scrolls bars, you need to use a CPU setting without an FPU... at least until I can do something about that.