03-31-2015, 03:28 PM
@DiamondToaster: Yes, the entire source code has been decompiled from the binaries.
@worktycho: I thought std::vector already had that optimization. Now I'm not sure. I know for sure that std::string does have that static-sized buffer for small strings, at least in the MSVC (Dinkumware) STL implementation.
@worktycho: I thought std::vector already had that optimization. Now I'm not sure. I know for sure that std::string does have that static-sized buffer for small strings, at least in the MSVC (Dinkumware) STL implementation.