Re: [PATCH] Hex-coding optimizations using SVE on ARM.

Поиск
Список
Период
Сортировка
От Nathan Bossart
Тема Re: [PATCH] Hex-coding optimizations using SVE on ARM.
Дата
Msg-id Z4AUr-Y-TPaqtg0y@nathan
обсуждение исходный текст
Ответы Re: [PATCH] Hex-coding optimizations using SVE on ARM.
Список pgsql-hackers
On Thu, Jan 09, 2025 at 11:22:05AM +0000, Devanga.Susmitha@fujitsu.com wrote:
> This email aims to discuss the contribution of optimized hex_encode and
> hex_decode functions for ARM (aarch64) machines. These functions are
> widely used for encoding and decoding binary data in the bytea data type.

Thank you for sharing this work!  I'm not able to review this in depth at
the moment, but I am curious if you considered trying to enable
auto-vectorization on the code or using the higher-level SIMD support in
src/include/port/simd.h.  Those may not show as impressive of gains as your
patch, but they would likely require much less code and apply to a wider
set of architectures.

-- 
nathan



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