>>>>> "RP" == Ramprasad Prasad <ramprasad...@gmail.com> writes:

  RP> I have a requirement of generating large number (> 100 thousand )
  RP> files from a single template by replacing the placeholders with
  RP> respective values Currently I use Template-Toolkit, but is there a
  RP> faster way ?

  RP> Since my template is just dumb template ( no IF , no FOR etc )
  RP> .. I just need a simple tool to replace the placeholders.

  RP> Any suggestions for a super fast placeholder replacement tool,

  RP> Or if I write this program in C will this be any faster

try Template::Simple on cpan. it is my module is it is extremely
fast. it will likely even be faster than some c templaters as it can
compile your templates or run then as is. i have benchmarks showing it
is faster (by a good deal) over the large template systems in perl and
it still beats the smaller leaner ones. also it is very simple to use
and has simple markups.

uri

-- 
Uri Guttman  ------  u...@stemsystems.com  --------  http://www.sysarch.com --
-----  Perl Code Review , Architecture, Development, Training, Support ------
---------  Gourmet Hot Cocoa Mix  ----  http://bestfriendscocoa.com ---------

-- 
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to