Write a Stringclass optimized for strings having no more than eight characters. Compare its performance to that of the Stringfrom §11.12 and your implementation's version of the standard library string. Is it possible to design a string that combines the advantages of a string optimized for very short strings with the advantages of a perfectly general string?