General statistics
List of Youtube channels
Youtube commenter search
Distinguished comments
About
MrAbrazildo
ThePrimeTime
comments
Comments by "MrAbrazildo" (@MrAbrazildo) on "Are Lists Evil? Creator Of C++ | Prime Reacts" video.
11:30, during my measurements of "if-block vs switch vs array (fixed-size) vs bitfields", for different configurations of these data structures, I found that they have this increasing speed order, on average. But I also found that some switches are slower than ifs, and others beat the "lesser" array configurations, as well as the faster array ones beat some "slower" bitfields.
4
@ea_naseer Compilers differ too. GCC's performance is more unpredictable than Clang's. I think that's due to make more use of jumps.
2