Could converting the `try/catch` blocks `if/else` in compute_stats.cpp improve speed by avoiding having to construct & throw std::out_of_range objects?
Could converting the
try/catchblocksif/elsein compute_stats.cpp improve speed by avoiding having to construct & throw std::out_of_range objects?