guibou / PyF

Haskell QuasiQuoter for String Formatting

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Performance

guibou opened this issue · 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.