Re: optimize several list functions with SIMD intrinsics - Mailing list pgsql-hackers

From Nathan Bossart
Subject Re: optimize several list functions with SIMD intrinsics
Date
Msg-id 20230417204250.GA1347414@nathanxps13
Whole thread Raw
In response to Re: optimize several list functions with SIMD intrinsics  (Ankit Kumar Pandey <itsankitkp@gmail.com>)
List 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

Attachment

pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Request for comment on setting binary format output per session
Next
From: Nathan Bossart
Date:
Subject: Re: check_strxfrm_bug()