MCPcopy Create free account
hub / github.com/ashvardanian/less_slow.cpp / get_max_value

Function get_max_value

less_slow.cpp:6097–6097  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6095constexpr std::size_t fail_period_write_back_k = 23;
6096
6097double get_max_value(std::vector<double> const &v) noexcept { return *(std::max_element(std::begin(v), std::end(v))); }
6098
6099static std::string read_integer_from_file_or_throw( //
6100 [[maybe_unused]] std::string const &filename, std::size_t iteration_index) noexcept(false) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected