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)
Список
Дерево обсуждения
Re: New CRC algorithm: Slicing by 8 Benny Amorsen <benny+usenet@amorsen.dk>
Re: New CRC algorithm: Slicing by 8 Mark Kirkwood <markir@paradise.net.nz>
Re: New CRC algorithm: Slicing by 8 Tom Lane <tgl@sss.pgh.pa.us>
Re: New CRC algorithm: Slicing by 8 Kenneth Marshall <ktm@it.is.rice.edu>
Re: New CRC algorithm: Slicing by 8 Mark Kirkwood <markir@paradise.net.nz>
On 10/21/06, Tom Lane 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 по дате отправления