Re: equal() perf tweak

Поиск
Список
Период
Сортировка
От Neil Conway
Тема Re: equal() perf tweak
Дата
Msg-id 1067921363.13534.9.camel@tokyo
обсуждение исходный текст
Ответ на Re: equal() perf tweak  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: equal() perf tweak  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-patches
On Mon, 2003-11-03 at 18:19, Tom Lane wrote:
> Hard to tell.  Since I haven't seen any evidence that equal() on lists
> is a particular hotspot, I'd lean against adding complexity and
> maintenance burden here.

Ok, I agree -- probably not worth doing, then.

> I have already done something much like this in a few hotspots using the
> FastList structure.  But notationally, it's a pain in the neck compared
> to the existing List code.  If you can think of a way to implement this
> without adding a lot of notational cruft, I'd sure be for it.

Which specific notational capabilities did you have in mind? i.e. is it
just something like 'foreach' loop syntax sugar, or something else in
particular?

-Neil



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: bufmgr code cleanup
Следующее
От: Kris Jurka
Дата:
Сообщение: alter schema help is not available in psql