Fast path
Appearance
Fast path is a term used in computer science to describe an alternative 'faster' path through a progarm than the 'normal' path. It provides a shorter instruction path length, either by self-modifying code (eliminating one or more conditional branches) or other methods to improve algorithmic efficiency.
Origin
A fast path is analogous to a short cut (generic meaning: a shorter route or smaller effort).