Performance of loop - Mailing list pgsql-jdbc

From Gnanavel S
Subject Performance of loop
Date
Msg-id eec3b03c050427205168a5ca1b@mail.gmail.com
Whole thread Raw
List 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)



pgsql-jdbc by date:

Previous
From: Oliver Jowett
Date:
Subject: Re: possible bug
Next
From: Gnanavel S
Date:
Subject: Performance of loop