Store sets of strings with different lengths compactly.
StringStore ss; ss.insertBack("alpha"); ss.insertBack("beta");
See Implementation
Store sets of strings with different lengths compactly.