 |
|
|
|
|
|
Q: |
I keep my Mac in great shape. Will MenuStrip affect my system's performance or stability?
|
|
|
|
|
|
|
A: |
MenuStrip is a small efficient Cocoa application designed specifically for Mac OS X. It uses very little of your system's memory and CPU and does NOT patch or interfere with your system in any way. It is designed as background tool that's there for you when you need it, and not in your way when you don't. MenuStrip does not need to be installed with an installer specifically because it does not need to modify your OS or system files in order to run. The only difference between MenuStrip and any other standard OS X application is that it runs in the background and does not show up in the Dock. Other than that, it does not use any fancy hooks or undocumented APIs to do what it does. Just simple, efficient Cocoa code.
Right after launching, MenuStrip performs its short setup tasks and initialization. After that, MenuStrip normally uses between 0 - 0.5% of the CPU when idle. In other words, it only uses between zero and one-half of one percent of the CPU! That's barely a blip on the radar.
The Quick Launcher tool in MenuStrip allows you to quickly open files and launch applications by simply typing a few characters of the item's name. To do this, it finds and remembers your most important files and applications. Remembering all of these items can take up a small, but significant, amount of memory - especially if you have a very crowded hard drive. To reduce the amount of memory used, and files searched, you can specify exactly which folders contain your most important files in MenuStrip's preferences. This will improve the quality of your Quick Launcher search results, as well as reducing overall memory usage.
|
|
|
|
|
|
|
 |