Re: script transformer vs. custom transformer

2010-10-07 Thread Lance Norskog
The javascript will be slower. There is no bytecode compilation. On Wed, Oct 6, 2010 at 1:36 PM, Tim Heckman theck...@gmail.com wrote: This might be a dumb question, but should I expect that a custom transformer written in java will perform better than a javascript script transformer? Or

script transformer vs. custom transformer

2010-10-06 Thread Tim Heckman
This might be a dumb question, but should I expect that a custom transformer written in java will perform better than a javascript script transformer? Or does the javascript get compiled to bytecode such that there really should not be much difference between the two? Of course, the bigger