Why does speeding up the CPU not necessarily speed up the process by the same amount?
For understanding this relationship which specific resources I need to read.
Why does speeding up the CPU not necessarily speed up the process by the same amount?
For understanding this relationship which specific resources I need to read.
コンピューターは単なる CPU ではありません。CPU 周波数を上げても、他のデバイスの速度も向上するわけではありません。
たとえば、RAM メモリの速度ではなく、CPU の速度を 3% 上げることができます。したがって、RAM へのすべてのアクセスは、オーバークロック前と同じ速度になります。
また、アプリが大量の IO (通常は非常に遅い) を行う場合、IO が既にボトルネックになっている可能性があり、最終的な速度向上が低下します。
前述したように、コンピューターは単なる CPU ではありません。そのコンポーネント間のバランスは、あらゆる状況で真のパワーをもたらします (また、マシンの残りの部分が抽出できるよりも多くのパワーを持つコンポーネントに費やす必要がないため、お金をより価値のあるものにします)。