Why is the C++ standard library imported as a single module instead of multiple smaller modules?
If I wanted to only use std::string, for example, wouldn’t importing a (theoretical) std::string module be more performant than importing the entire standard library?