PyF icon indicating copy to clipboard operation
PyF copied to clipboard

Performance

Open guibou opened this issue 3 years ago • 0 comments

Right now, PyF generates anything you want as long as this thing does have a IsString instance. That's convenient because you can generate Text 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.

guibou avatar Jun 10 '21 17:06 guibou