Re: Re: CRC

Поиск
Список
Период
Сортировка
От Bruce Guenter
Тема Re: Re: CRC
Дата
Msg-id 20001210153829.S9706@em.ca
обсуждение исходный текст
Ответ на Re: Re: CRC  (Alfred Perlstein <bright@wintelcom.net>)
Список pgsql-hackers
On Sun, Dec 10, 2000 at 12:24:59PM -0800, Alfred Perlstein wrote:
> I would try unrolling the loop some (if possible) and retesting.

The inner loop was already unrolled, but was only processing single
bytes at a time.  By loading in 32-bit words at once, it reduced the
cost to only 7 cycles per byte (from 13).
--
Bruce Guenter <bruceg@em.ca>                       http://em.ca/~bruceg/

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

Предыдущее
От: Bruce Guenter
Дата:
Сообщение: Re: Re: CRC
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: Bug in index scans with Locale support enabled