Slim down integer formatting

Поиск
Список
Период
Сортировка
От David Fetter
Тема Slim down integer formatting
Дата
Msg-id 20210726235130.GK18391@fetter.org
обсуждение исходный текст
Ответы Re: Slim down integer formatting
Re: Slim down integer formatting
Список pgsql-hackers
Folks,

Please find attached a patch to do $subject. It's down to a one table
lookup and 3 instructions.

In covering the int64 versions, I swiped a light weight division from
the Ryu stuff.  I'm pretty sure that what I did is not how to do
#includes, but it's a PoC.  What would be a better way to do this?

Best,
David.
-- 
David Fetter <david(at)fetter(dot)org> http://fetter.org/
Phone: +1 415 235 3778

Remember to vote!
Consider donating to Postgres: http://www.postgresql.org/about/donate

Вложения

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

Предыдущее
От: Greg Nancarrow
Дата:
Сообщение: Re: Added schema level support for publication.
Следующее
От: Michael Paquier
Дата:
Сообщение: Re: Some code cleanup for pgbench and pg_verifybackup