Re: Micro-optimizations to avoid some strlen calls.

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Re: Micro-optimizations to avoid some strlen calls.
Дата
Msg-id YPdqGUsqQBGONrHL@paquier.xyz
обсуждение исходный текст
Ответ на Micro-optimizations to avoid some strlen calls.  (Ranier Vilela <ranier.vf@gmail.com>)
Ответы Re: Micro-optimizations to avoid some strlen calls.
Список pgsql-hackers
On Mon, Jul 19, 2021 at 07:48:55PM -0300, Ranier Vilela wrote:
> There are some places, where strlen can have an overhead.
> This patch tries to fix this.
>
> Pass check-world at linux ubuntu (20.04) 64 bits.

Why does it matter?  No code paths you are changing here are
performance-critical, meaning that such calls won't really show up
high in profiles.

I don't think there is anything to change here.
--
Michael

Вложения

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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: Column Filtering in Logical Replication
Следующее
От: David Rowley
Дата:
Сообщение: Re: Bitmap reuse