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

Method begin

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

Source from the content-addressed store, hash-verified

6995 }
6996
6997 type_ *begin() const noexcept { return data_; }
6998 type_ *end() const noexcept { return data_ + size_; }
6999 type_ &operator[](std::size_t idx) noexcept { return data_[idx]; }
7000 type_ operator[](std::size_t idx) const noexcept { return data_[idx]; }

Callers 15

sortingFunction · 0.45
sorting_with_executorsFunction · 0.45
sorting_with_openmpFunction · 0.45
sorting_with_thrustFunction · 0.45
sorting_with_cubFunction · 0.45
recursion_costFunction · 0.45
branch_costFunction · 0.45
branch_cost_cmovFunction · 0.45
branch_cost_jumpFunction · 0.45
branch_cost_cselFunction · 0.45
branch_cost_branchFunction · 0.45
cache_misses_costFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected