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 template

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

Re: Extremely fast template processor

2011-05-27 Thread Bob goolsby
On Fri, May 27, 2011 at 5:56 AM, Ramprasad Prasad ramprasad...@gmail.comwrote: 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

Re: Extremely fast template processor

2011-05-27 Thread Uri Guttman
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

Re: Extremely fast template processor

2011-05-27 Thread Uri Guttman
Bg == Bob goolsby bob.gool...@gmail.com writes: Bg On Fri, May 27, 2011 at 5:56 AM, Ramprasad Prasad ramprasad...@gmail.comwrote: 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