Draft: mwtitle: use SmartString in site_info and related code
Stores string data inline, which might improve performance, especially for the tiny strings in the NamespaceMap
and InterwikiSet
, which come from SiteInfo
. However, causes some problems for ergonomics if people are constructing a TitleCodec
not from a SiteInfo
.