ShockFlanger is a hybrid of a distortion and a flanger. It sounds like a guitar amp. The internals are close to a through-zero flanger with saturators and waveshapers on the feedback paths. High CPU load.
This is an improved version of CombDistortion with better anti-aliasing. ShockFlanger can add better frequency modulation using delay time modulations.
The cause of the high CPU load is memory accesses. DAWs flush the CPU cache for each processing cycle which create a load to read the delay buffers from RAM. This is unavoidable because it's impossible to allocate a space in cache, and DAWs are handling other jobs and plugins.
ShockFlanger は CombDistortion と基本的には同じで、アンチエイリアシングに改良を加えています。 CombDistortion ではほぼ不可能だった、ディレイ時間の変調による FM をかけることもできます。
高 CPU 負荷の原因はメモリーアクセスです。 DAW はオーディオ処理のサイクルごとに CPU キャッシュを消し飛ばしてしまうので、 ShockFlanger は処理を始めるたびにメモリからディレイのバッファを読み込まなければならず、速度が大幅に落ちます。 CPU キャッシュには固定したメモリを確保できず(できると色々なアプリケーションが壊れそうですが)、 DAW は ShockFlanger 以外のプラグインやオーディオ処理をいろいろと回しているのでどうしようもないところではあります。