2
std::array in C++ isn't slower than array in C
(files.mastodon.social)
The center for all discussion and news regarding C++.
Before even getting to read the article, I'm going to throw in a wild guess:
Is this about
operator[](as well as begin/end) in debug builds?