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 20230421203358.GB1440148@nathanxps13
Whole thread Raw
In response to Re: optimize several list functions with SIMD intrinsics  (John Naylor <john.naylor@enterprisedb.com>)
Responses Re: optimize several list functions with SIMD intrinsics
List pgsql-hackers
On Fri, Apr 21, 2023 at 01:50:34PM +0700, John Naylor wrote:
> On Wed, Mar 8, 2023 at 7:25 AM Nathan Bossart <nathandbossart@gmail.com>
> wrote:
>> was mostly a fun weekend project, and I don't presently have any concrete
>> examples of workloads where this might help.
> 
> It seems like that should be demonstrated before seriously considering
> this, like a profile where the relevant list functions show up.

Agreed.

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



pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: Order changes in PG16 since ICU introduction
Next
From: Melanie Plageman
Date:
Subject: Re: Memory leak from ExecutorState context?