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

Поиск
Список
Период
Сортировка
От Joel Jacobson
Тема Re: Optimize numeric.c mul_var() using the Karatsuba algorithm
Дата
Msg-id dca78bc4-02ed-44c6-923c-18b28ea17e6c@app.fastmail.com
обсуждение исходный текст
Ответ на Re: Optimize numeric.c mul_var() using the Karatsuba algorithm  (Aaron Altman <aaronaltman@posteo.net>)
Ответы Re: Optimize numeric.c mul_var() using the Karatsuba algorithm
Список 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

Вложения

В списке pgsql-hackers по дате отправления:

Предыдущее
От: "Joel Jacobson"
Дата:
Сообщение: Re: Add pg_get_acl() function get the ACL for a database object
Следующее
От: "Fujii.Yuki@df.MitsubishiElectric.co.jp"
Дата:
Сообщение: RE: Partial aggregates pushdown