Performance of loop

From: Gnanavel S <s(dot)gnanavel(at)gmail(dot)com>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: Performance of loop
Date: 2005-04-28 03:51:26
Message-ID: eec3b03c050427205168a5ca1b@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Hi,
I would like to thank the postgresql team for providing this wonderful
product.

Coming to the point, in postgresql jdbc driver coding, I saw many
inefficient "for" loops. For eg in V2Query.class file
While parsing the parameterized query, there is a "for" loop as this

for (int i = 0; i < query.length(); ++i)

Browse pgsql-jdbc by date

  From Date Subject
Next Message Gnanavel S 2005-04-28 03:56:32 Performance of loop
Previous Message Oliver Jowett 2005-04-28 00:40:06 Re: possible bug