Improve performance of fbstring copy and move ctors on small strings
Summary: The move constructor of `fbstring` generates a large amount of code, preventing it to be inlined, and it is inefficient for small strings. This diff fixes both problems. Reviewed By: @yfeldblum Differential Revision: D2505762
Showing
Please register or sign in to comment