Performance of loop

Поиск
Список
Период
Сортировка
От Gnanavel S
Тема Performance of loop
Дата
Msg-id eec3b03c050427205168a5ca1b@mail.gmail.com
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Oliver Jowett
Дата:
Сообщение: Re: possible bug
Следующее
От: Gnanavel S
Дата:
Сообщение: Performance of loop