codon
codon copied to clipboard
Faster C++ benchmark avoiding expensive std::pow
std::pow should be avoided if not needed. This significantly improves performance.