#[perf_critical]
Expand description
Mark code that needs performance optimization. This helps identify areas that could be bottlenecks. This attribute does not modify the item it annotates.
#[perf_critical]
Mark code that needs performance optimization. This helps identify areas that could be bottlenecks. This attribute does not modify the item it annotates.