diff options
author | Nathan Bossart <nathan@postgresql.org> | 2025-10-06 12:28:50 -0500 |
---|---|---|
committer | Nathan Bossart <nathan@postgresql.org> | 2025-10-06 12:28:50 -0500 |
commit | ec8719ccbfcd78c6b40b5f2b94f60769f3bd08aa (patch) | |
tree | 606d4b39e51f4535b30074778962c19ba071bb19 /src/backend/utils/adt/pgstatfuncs.c | |
parent | 5b5e8a29c13aa583f8a674cb65f92a204da24be8 (diff) |
Optimize hex_encode() and hex_decode() using SIMD.
The hex_encode() and hex_decode() functions serve as the workhorses
for hexadecimal data for bytea's text format conversion functions,
and some workloads are sensitive to their performance. This commit
adds new implementations that use routines from port/simd.h, which
testing indicates are much faster for larger inputs. For small or
invalid inputs, we fall back on the existing scalar versions.
Since we are using port/simd.h, these optimizations apply to both
x86-64 and AArch64.
Author: Nathan Bossart <nathandbossart@gmail.com>
Co-authored-by: Chiranmoy Bhattacharya <chiranmoy.bhattacharya@fujitsu.com>
Co-authored-by: Susmitha Devanga <devanga.susmitha@fujitsu.com>
Reviewed-by: John Naylor <johncnaylorls@gmail.com>
Discussion: https://postgr.es/m/aLhVWTRy0QPbW2tl%40nathan
Diffstat (limited to 'src/backend/utils/adt/pgstatfuncs.c')
0 files changed, 0 insertions, 0 deletions