Skip to main content

Polylogarithmic Overhead

Definition

Polylogarithmic Overhead describes a computational cost that increases very slowly as the size of the input data grows. Specifically, it means the resources required scale proportionally to a polynomial function of the logarithm of the input size. This type of efficiency is highly desirable in cryptographic systems, especially for proof verification, because it allows for verification of very large computations with minimal additional cost. It represents a significant improvement over linear or polynomial scaling.