Module perf_hints

Module perf_hints 

Source
Expand description

性能优化提示和内联函数

Functions§

likely
likely - 告诉编译器条件大概率为真
prefetch_read
预取数据到 CPU 缓存(读优化)
prefetch_write
预取数据到 CPU 缓存(写优化)
unlikely
unlikely - 告诉编译器条件大概率为假