Re: New CRC algorithm: Slicing by 8

Поиск
Список
Период
Сортировка
От Gregory Maxwell
Тема Re: New CRC algorithm: Slicing by 8
Дата
Msg-id e692861c0610211922g7216d74fr21084095942a6251@mail.gmail.com
обсуждение исходный текст
Ответ на Re: New CRC algorithm: Slicing by 8  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: New CRC algorithm: Slicing by 8  ("Gurjeet Singh" <singh.gurjeet@gmail.com>)
Список pgsql-hackers
On 10/21/06, Tom Lane <tgl@sss.pgh.pa.us> wrote:
[snip]
> It hasn't even been tested.  One thing I'd want to know about is the
> performance effect on non-Intel machines.

On Opteron 265 his test code shows SB8 (the intel alg) is 2.48x faster
for checksum and 1.95x faster for verify for the 800 * 1024 blocks of
1 KB each workload. For 100000 blocks of 8k I got simmlar results as
well.

It looks like the new code may have a larger cache footprint, so
actual performance may differ from the microbenchmark.


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: New CRC algorithm: Slicing by 8
Следующее
От: Volkan YAZICI
Дата:
Сообщение: Re: estimated_count() implementation