You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, PyF generates anything you want as long as this thing does have a IsString instance. That's convenient because you can generate TextBuilder if you want performance.
Internally, PyF does String concatenation. It may be possible to move to something more efficient. But first we need to benchmark if that's really useful.
The text was updated successfully, but these errors were encountered:
Right now, PyF generates anything you want as long as this thing does have a
IsString
instance. That's convenient because you can generateText
Builder
if you want performance.Internally, PyF does
String
concatenation. It may be possible to move to something more efficient. But first we need to benchmark if that's really useful.The text was updated successfully, but these errors were encountered: