Strazlex@mastodon.social to C++@programming.dev · 1 month agostd::array in C++ isn't slower than array in Cfiles.mastodon.socialimagemessage-square1fedilinkarrow-up12arrow-down10file-text
arrow-up12arrow-down1imagestd::array in C++ isn't slower than array in Cfiles.mastodon.socialStrazlex@mastodon.social to C++@programming.dev · 1 month agomessage-square1fedilinkfile-text
std::array in C++ isn’t slower than array in C https://pvs-studio.com/en/blog/posts/cpp/1164/ @cpp@programming.dev @cppguide @cpp@discuss.tchncs.de
minus-squarelambalicious@lemmy.sdf.orglinkfedilinkEnglisharrow-up1·1 month agoBefore 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?
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?