On Mon, Feb 2, 2009 at 3:11 PM, Chris Rebert wrote:
> On Mon, Feb 2, 2009 at 1:29 AM, S.Selvam Siva
> wrote:
> > Hi all,
> > I have a small query,
> > Consider there is a task A which i want to perform.
> >
> > To perform it ,i have two option.
> > 1)Writing a small piece of code(approx. 50 line
On Mon, Feb 2, 2009 at 1:29 AM, S.Selvam Siva wrote:
> Hi all,
> I have a small query,
> Consider there is a task A which i want to perform.
>
> To perform it ,i have two option.
> 1)Writing a small piece of code(approx. 50 lines) as efficient as possible.
> 2)import a suitable module to perform t
Hi all,
I have a small query,
Consider there is a task A which i want to perform.
To perform it ,i have two option.
1)Writing a small piece of code(approx. 50 lines) as efficient as possible.
2)import a suitable module to perform task A.
I am eager to know,which method will produce best performa