You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I really want to see some real numbers on this. Please instantiate several kinds of static_vector-like things (hand-rolled struct consisting of std::array + size_t, static_vector, your implementation, etc.) in scenarios where you would expect there to be larger code size, and let's see some assembly, or at least relative counts of instructions.
The text was updated successfully, but these errors were encountered:
Zach Laine wrote in the std-proposals thread:
I really want to see some real numbers on this. Please instantiate several kinds of static_vector-like things (hand-rolled struct consisting of std::array + size_t, static_vector, your implementation, etc.) in scenarios where you would expect there to be larger code size, and let's see some assembly, or at least relative counts of instructions.
The text was updated successfully, but these errors were encountered: