Re: Optmize bitmapword macros calc (src/backend/nodes/bitmapset.c)

Поиск
Список
Период
Сортировка
От Nathan Bossart
Тема Re: Optmize bitmapword macros calc (src/backend/nodes/bitmapset.c)
Дата
Msg-id 20240129224052.GA3678456@nathanxps13
обсуждение исходный текст
Ответ на Re: Optmize bitmapword macros calc (src/backend/nodes/bitmapset.c)  (David Rowley <dgrowleyml@gmail.com>)
Ответы Re: Optmize bitmapword macros calc (src/backend/nodes/bitmapset.c)  (Ranier Vilela <ranier.vf@gmail.com>)
Список pgsql-hackers
On Tue, Jan 30, 2024 at 11:23:57AM +1300, David Rowley wrote:
> On Tue, 30 Jan 2024 at 08:32, Nathan Bossart <nathandbossart@gmail.com> wrote:
>> I'm currently +0.1 for this change.  I don't see any huge problem with
>> trimming a few instructions, but I'm dubious there's any measurable impact.
>> However, a cycle saved is a cycle earned...
> 
> FWIW, In [1] and subsequent replies, there are several examples of
> benchmarks where various bitmapset functions are sitting high in the
> profiles. So I wouldn't be too surprised if such a small change to the
> WORDNUM and BITNUM macros made a noticeable difference.

Good to know, thanks.  If there is indeed demonstrable improvement, I'd
readily adjust my +0.1 to +1.

-- 
Nathan Bossart
Amazon Web Services: https://aws.amazon.com



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

Предыдущее
От: Melanie Plageman
Дата:
Сообщение: Re: Streaming read-ready sequential scan code
Следующее
От: Peter Smith
Дата:
Сообщение: Re: Make documentation builds reproducible