Re: Extremely fast template processor

2011-05-31 Thread Chris Nehren
On Fri, May 27, 2011 at 18:26:42 +0530 , Ramprasad Prasad wrote: > I have a requirement of generating large number (> 100 thousand ) files > from a single template by replacing the placeholders with respective values > Currently I use Template-Toolkit, but is there a faster way ? > > Since my tem

Re: Extremely fast template processor

2011-05-27 Thread Uri Guttman
> "Bg" == Bob goolsby writes: Bg> On Fri, May 27, 2011 at 5:56 AM, Ramprasad Prasad wrote: >> I have a requirement of generating large number (> 100 thousand ) files >> >> Bg> rather suspect that the limiting factor is going to be I/O. Bg> Even with massive assistance fr

Re: Extremely fast template processor

2011-05-27 Thread Uri Guttman
> "RP" == Ramprasad Prasad 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

Re: Extremely fast template processor

2011-05-27 Thread Bob goolsby
On Fri, May 27, 2011 at 5:56 AM, Ramprasad Prasad wrote: > I have a requirement of generating large number (> 100 thousand ) files > > rather suspect that the limiting factor is going to be I/O. Even with massive assistance from the Operating System, writing to a disk will take a long time

Extremely fast template processor

2011-05-27 Thread Ramprasad Prasad
I have a requirement of generating large number (> 100 thousand ) files from a single template by replacing the placeholders with respective values Currently I use Template-Toolkit, but is there a faster way ? Since my template is just dumb template ( no IF , no FOR etc ) .. I just need a simple