RE: SIMD optimization for list_sort

From: "Shankaran, Akash" <akash(dot)shankaran(at)intel(dot)com>
To: Álvaro Herrera <alvherre(at)kurilemu(dot)de>, John Naylor <johncnaylorls(at)gmail(dot)com>
Cc: "Devulapalli, Raghuveer" <raghuveer(dot)devulapalli(at)intel(dot)com>, "Andrei Lepikhov" <lepihov(at)gmail(dot)com>, "Giacchino, Luca" <luca(dot)giacchino(at)intel(dot)com>, "pgsql-hackers(at)lists(dot)postgresql(dot)org" <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: RE: SIMD optimization for list_sort
Date: 2025-08-06 20:28:40
Message-ID: PH0PR11MB5000875C4A45C9B653F28200F22DA@PH0PR11MB5000.namprd11.prod.outlook.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi Alvaro and John,

> I think John's reservations on whether to absorb another requisite shared library is something to strongly consider -- I notice that x86-simd-sort is not yet packaged by Debian, for instance.
> Maybe your needs *are* served better by introducing simd-sort in pgvector after all? Alternatively: would it be too bad to reimplement simdsort in C within Postgres rather than using a third party library?

Thanks for your feedback and discussions here.

> I've marked this commitfest item[1] as Returned with Feedback. Please feel free to reopen it once you have an updated patch to share.
At this time, I'd like to withdraw the commitfest item [1]. The original developer who proposed the patch is no longer at Intel, and the x86-simd-sort library's future is also uncertain. Due to ongoing changes on our end at this time, we won't be able to support this work going forward. :- (

[1] https://commitfest.postgresql.org/patch/5607/

Akash Shankaran

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Geoghegan 2025-08-06 20:41:00 Re: index prefetching
Previous Message Pavel Stehule 2025-08-06 20:16:06 Re: event trigger support for PL/Python