Re: Review/Pull Request: Adding new CRC32C implementation for IBM S390X

From: John Naylor <johncnaylorls(at)gmail(dot)com>
To: Aleksander Alekseev <aleksander(at)timescale(dot)com>
Cc: "pgsql-hackers(at)lists(dot)postgresql(dot)org" <pgsql-hackers(at)lists(dot)postgresql(dot)org>, Eduard Stefes <eduard(dot)stefes(at)ibm(dot)com>, "iii(at)linux(dot)ibm(dot)com" <iii(at)linux(dot)ibm(dot)com>, "rueckner(at)linux(dot)ibm(dot)com" <rueckner(at)linux(dot)ibm(dot)com>
Subject: Re: Review/Pull Request: Adding new CRC32C implementation for IBM S390X
Date: 2025-05-07 22:32:37
Message-ID: CANWCAZYewJBQDFC9GB_aq5hvtpTU90+GTq+WKJY8CyjF1cfDAg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Wed, May 7, 2025 at 8:15 PM Aleksander Alekseev
<aleksander(at)timescale(dot)com> wrote:
>
> I didn't review the patch but wanted to point out that when it comes
> to performance improvements it's typically useful to provide some
> benchmarks.

+1 -- It's good to have concrete numbers for the commit message, and
also to verify improvement on short inputs. There is a test harness in
the v7-0002 patch from here:

https://www.postgresql.org/message-id/CANWCAZaD5niydBF6q3V_cjApNV05cw-LpxxFtMbwDPLsz-PjbQ@mail.gmail.com

After building, run the "test-crc.sh" script here after executing
"CREATE EXTENSION test_crc32c;":

https://www.postgresql.org/message-id/CANWCAZahvhE-%2BhtZiUyzPiS5e45ukx5877mD-dHr-KSX6LcdjQ%40mail.gmail.com

--
John Naylor
Amazon Web Services

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2025-05-07 22:35:44 Re: Review/Pull Request: Adding new CRC32C implementation for IBM S390X
Previous Message John Naylor 2025-05-07 22:23:52 Re: Review/Pull Request: Adding new CRC32C implementation for IBM S390X