if (some conditions here) { use special case with performance guarantees } else { use general case that may be slow }