Skip to content

Draft: mwtitle: use SmartString in site_info and related code

legoktm requested to merge smart-string into master

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.

Edited by legoktm

Merge request reports