- Make IdString parameter pass by const ref to avoid IdString ref counting in the constructor - Remove extra std::string allocation to remove prefix - Avoid using `stringf` for concatenation
- Make IdString parameter pass by const ref to avoid IdString ref counting in the constructor - Remove extra std::string allocation to remove prefix - Avoid using `stringf` for concatenation