Re: Optimize numeric.c mul_var() using the Karatsuba algorithm

From: "Joel Jacobson" <joel(at)compiler(dot)org>
To: "Aaron Altman" <aaronaltman(at)posteo(dot)net>, pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: Optimize numeric.c mul_var() using the Karatsuba algorithm
Date: 2024-06-23 07:00:29
Message-ID: dca78bc4-02ed-44c6-923c-18b28ea17e6c@app.fastmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Fri, Jun 14, 2024, at 03:07, Aaron Altman wrote:
> Thanks for the detailed background and comments, Joel!
>
> The new status of this patch is: Ready for Committer

Thanks for reviewing.

Attached, rebased version of the patch that implements the Karatsuba algorithm in numeric.c's mul_var().

/Joel

Attachment Content-Type Size
0001-numeric-mul_var-karatsuba.patch application/octet-stream 8.6 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Fujii.Yuki@df.MitsubishiElectric.co.jp 2024-06-23 08:23:32 RE: Partial aggregates pushdown
Previous Message Joel Jacobson 2024-06-23 06:48:46 Re: Add pg_get_acl() function get the ACL for a database object