ResourceSensitive
Resourcesensitive is an adjective used to describe systems, languages, or methods that explicitly take resource availability and usage into account. A resourcesensitive approach aims to bound and manage consumption of scarce resources such as time, memory, energy, bandwidth, or I/O, and to prevent waste or deadline violations.
In computer science, resourcesensitive design often relies on analyses or type systems that track how values
In theory, resource-sensitivity appears in resource lambda calculus and related formalisms that make resource usage explicit
See also: resource management, linear logic, linear type systems, affine types, ownership models, region-based memory management.