What the benifit from changing "TEXT" to "TEXTVIEW"? #252
Answered
by
Sixze
ameaninglessname
asked this question in
Q&A
-
I notice there are changes (686d84e) about this, and want to learn more about it. |
Beta Was this translation helpful? Give feedback.
Answered by
Sixze
Mar 4, 2023
Replies: 1 comment 1 reply
-
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
ameaninglessname
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
TEXTVIEW()
calculates the length of a string from a string literal at compile time, so constructingFName
andFString
from it should be slightly faster because there is no need to calculate the length of the string at runtime.