Computationonly
Computationonly is a term used in computer science to describe systems, models, or workloads that are focused exclusively on performing computation, with input/output, data acquisition, or external state changes treated as outside the core model. The phrase implies a restriction to algorithmic processing, where the primary concern is the number of computational steps or the arithmetic costs, rather than memory hierarchy, I/O latency, or network communication.
In theoretical usage, computationonly denotes an abstract model of computation where the complexity of an algorithm
In practical contexts, computation-only can describe components or workloads that emphasize calculation with minimal reliance on
Limitations include the risk of over abstraction: real systems incur costs for memory access, I/O, and synchronization
See also: computation, algorithm, complexity theory, model of computation, batch processing, cryptographic accelerator.