Re: Cost of XLogInsert CRC calculations

From: "Mark Cave-Ayland" <m(dot)cave-ayland(at)webbased(dot)co(dot)uk>
To: "'Christopher Kings-Lynne'" <chriskl(at)familyhealth(dot)com(dot)au>, "'Simon Riggs'" <simon(at)2ndquadrant(dot)com>
Cc: "'Tom Lane'" <tgl(at)sss(dot)pgh(dot)pa(dot)us>, "'Bruce Momjian'" <pgman(at)candle(dot)pha(dot)pa(dot)us>, <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Cost of XLogInsert CRC calculations
Date: 2005-05-12 12:48:48
Message-ID: 9EB50F1A91413F4FA63019487FCD251D113326@WEBBASEDDC.webbasedltd.local
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


> -----Original Message-----
> From: Christopher Kings-Lynne [mailto:chriskl(at)familyhealth(dot)com(dot)au]
> Sent: 12 May 2005 02:46
> To: Simon Riggs
> Cc: Mark Cave-Ayland (External); 'Tom Lane'; 'Bruce Momjian';
> pgsql-hackers(at)postgresql(dot)org
> Subject: Re: [HACKERS] Cost of XLogInsert CRC calculations
>
>
> >>perhaps the CRC-32 routines could be written in in-line assembler
> >
> >
> > If you can do this, step right up. :-)
> >
> > Best Regards, Simon Riggs
>
> Surely there's an open source code floating around somewhere?
>
> Chris

Hi Chris,

I've found some x86 MASM sources using Google, but nothing in GCC-style
in-line assembler. It would be good to see how this compares in terms of
speed with the code generated by GCC.

Kind regards,

Mark.

------------------------
WebBased Ltd
17 Research Way
Plymouth
PL6 8BT

T: +44 (0)1752 791021
F: +44 (0)1752 791023
W: http://www.webbased.co.uk

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Oliver Jowett 2005-05-12 12:57:06 Re: SQL_ASCII vs. 7-bit ASCII encodings
Previous Message Douglas McNaught 2005-05-12 12:22:20 Re: New Contrib Build?