[stringtemplate-interest] String manipulations
Terence Parr
parrt at cs.usfca.edu
Mon Sep 25 11:05:46 PDT 2006
On Sep 22, 2006, at 7:12 AM, John Snyders wrote:
> Looking at dup makes me wonder about the performance of
> StringTemplate it
> seems that templates will be copied many times. But this is a
> different
> subject and I will check the archives first.
It shares the "compiled" expression trees, only those fields are
copied to instance a new template. Seems ok....
Ter
More information about the stringtemplate-interest
mailing list