Re: [HACKERS] ArrayLists instead of List (for some things)

Поиск
Список
Период
Сортировка
От David Rowley
Тема Re: [HACKERS] ArrayLists instead of List (for some things)
Дата
Msg-id CAKJS1f91L2WYAFsDEgsj7uC-eGZM5XJvriN2uq2UUcWD22q+dQ@mail.gmail.com
обсуждение исходный текст
Ответ на Re: [HACKERS] ArrayLists instead of List (for some things)  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: [HACKERS] ArrayLists instead of List (for some things)
Re: [HACKERS] ArrayLists instead of List (for some things)
Список pgsql-hackers
On 3 November 2017 at 03:17, Tom Lane <tgl@sss.pgh.pa.us> wrote:
> We've jacked up the List API and driven a new implementation underneath
> once before.  Maybe it's time to do that again.

Maybe, but the new implementation is not going to do well with places
where we perform lcons(). Probably many of those places could be
changed to lappend(), but I bet there's plenty that need prepend.


-- David Rowley                   http://www.2ndQuadrant.com/PostgreSQL Development, 24x7 Support, Training & Services


-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [HACKERS] ArrayLists instead of List (for some things)
Следующее
От: Craig Ringer
Дата:
Сообщение: Re: [HACKERS] ArrayLists instead of List (for some things)