Re: Trying out - Mailing list pgsql-hackers

From Greg Burd
Subject Re: Trying out
Date
Msg-id 5542e706-c802-476c-abc2-9ecbe5cb66e4@app.fastmail.com
Whole thread Raw
In response to Re: Trying out  (Greg Burd <greg@burd.me>)
List pgsql-hackers
Hey Thomas, hackers,

I think that $subject is interesting because it presents an opportunity to reduce the code we maintain and potentially
improveperformance.  This thread has languished a bit on the list, so I picked it up.  I've tried it out on my local
systems(greenfly, unicorn, icarus, macOS, and a Fedora x86_64 laptop I use as my daily driver) using clang, gcc, and
MSVC. It seems to work, I still need to measure performance.
 

tested:
  - Linux x86_64 (GCC 14.3.0)
  - Linux RISC-V (GCC 13.3.0, Clang 20.1.2)
  - FreeBSD x86_64 (Clang 19.1.7)
  - Windows ARM64 (MSVC 2022)

I realize we're close to the end of the v19 cycle, but one last look couldn't hurt could it?  Attached is "v3" of his
patchset.  Is anyone else interested in this? :)
 

best.

-greg

> best.
>
> -greg
Attachment

pgsql-hackers by date:

Previous
From: Andres Freund
Date:
Subject: Re: Add RISC-V Zbb popcount optimization
Next
From: Pavel Stehule
Date:
Subject: Re: POC: PLpgSQL FOREACH IN JSON ARRAY