-
Notifications
You must be signed in to change notification settings - Fork 548
Open
Labels
copilot-candidatefeatureA feature to be implementedA feature to be implementedhelp wantedThis is an issue or pull request where we request help from the community to fix or completeThis is an issue or pull request where we request help from the community to fix or completeperformanceIf an issue or pull request is related to performanceIf an issue or pull request is related to performance
Milestone
Description
Steps to Reproduce
- Use a
StringBuilderto construct a string new NSAttributedString(sb.ToString())- Feel powerless when allocations can't be avoided
Expected Behavior
There should be a way to construct the NSAttributedString/NSString from the StringBuilder chunks, instead of having to map the entire string in memory.
Actual Behavior
The opposite.
GalaxiaGuy
Metadata
Metadata
Assignees
Labels
copilot-candidatefeatureA feature to be implementedA feature to be implementedhelp wantedThis is an issue or pull request where we request help from the community to fix or completeThis is an issue or pull request where we request help from the community to fix or completeperformanceIf an issue or pull request is related to performanceIf an issue or pull request is related to performance