kstring icon indicating copy to clipboard operation
kstring copied to clipboard

Perf: Clone BoxedStr into FixedString, when possible

Open epage opened this issue 5 years ago • 0 comments

For first-clones, this would bypass an allocation. If it didn't fit, we just pay for a length comparison.

epage avatar Feb 11 '21 13:02 epage