Re: Optimize mul_var() for var1ndigits >= 8

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: Dean Rasheed <dean.a.rasheed@gmail.com>
Cc: Joel Jacobson <joel@compiler.org>, pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2024-09-03T20:30:59Z
Lists: pgsql-hackers
Dean Rasheed <dean.a.rasheed@gmail.com> writes:
> Ah, OK. I've pushed a fix.

There is an open CF entry pointing at this thread [1].
Shouldn't it be marked committed now?

			regards, tom lane

[1] https://commitfest.postgresql.org/49/5115/



Commits

  1. Optimise numeric multiplication using base-NBASE^2 arithmetic.

  2. Extend mul_var_short() to 5 and 6-digit inputs.