Vectors in 7.1 ResultSets

Поиск
Список
Период
Сортировка
От Joseph Shraibman
Тема Vectors in 7.1 ResultSets
Дата
Msg-id 3AEE22AD.BA2EE82C@selectacast.net
обсуждение исходный текст
Список pgsql-jdbc
Why do the 7.1 ResultSets use Vectors where they used arrays in 7.0.x?
Vectors are slower and create more garbage and have the overhead of
synchronization for every method call.  If there is some reason
pre-sized arrays can't be used then ArrayLists should be used instead.



--
Joseph Shraibman
jks@selectacast.net
Increase signal to noise ratio.  http://www.targabot.com

В списке pgsql-jdbc по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: BigDecimal instead of Integer in 7.1
Следующее
От: Joseph Shraibman
Дата:
Сообщение: Re: BigDecimal instead of Integer in 7.1