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
> "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
> "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
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
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