@Strazlex@mastodon.social to C++@programming.dev • 2 months 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.social@Strazlex@mastodon.social to C++@programming.dev • 2 months 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-square@lambaliciouslinkEnglish1•2 months 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?