Re: optimize several list functions with SIMD intrinsics

Поиск
Список
Период
Сортировка
От Nathan Bossart
Тема Re: optimize several list functions with SIMD intrinsics
Дата
Msg-id 20230417204250.GA1347414@nathanxps13
обсуждение исходный текст
Ответ на Re: optimize several list functions with SIMD intrinsics  (Ankit Kumar Pandey <itsankitkp@gmail.com>)
Список pgsql-hackers
Here is a new patch set.  I've split it into two patches: one for the
64-bit functions, and one for the 32-bit functions.  I've also added tests
for pg_lfind64/pg_lfind64_idx and deduplicated the code a bit.

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

Вложения

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Request for comment on setting binary format output per session
Следующее
От: Nathan Bossart
Дата:
Сообщение: Re: check_strxfrm_bug()