Home > Archive > PostgreSQL JDBC > April 2005 > Performance of loop









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author Performance of loop
Gnanavel S

2005-04-28, 3:24 am

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)

Sponsored Links





Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive | Programming forum archive

Copyright 2008 droptable.com