# Problem - Cloning `String`s is expensive. # Solution - use `Rc<str>` for strings in IR.
Problem
Strings is expensive.Solution
Rc<str>for strings in IR.