Re: [PATCH] avoid double scanning in function byteain - Mailing list pgsql-hackers

From Aleksander Alekseev
Subject Re: [PATCH] avoid double scanning in function byteain
Date
Msg-id CAJ7c6TPvk-k6ZdC1YpkwWidtUntsEtCjocVkeKDJQ9Af28J_Eg@mail.gmail.com
Whole thread Raw
In response to Re: [PATCH] avoid double scanning in function byteain  (Stepan Neretin <slpmcf@gmail.com>)
Responses Re: [PATCH] avoid double scanning in function byteain
List pgsql-hackers
Hi Stepan,

> Sorry for the noise — I'm resending the patch because I noticed a compiler warning related to mixed declarations and
code,which I’ve now fixed. 
>
> Apologies for the oversight in the previous submission.

Thanks for the patch.

As Kirill pointed out above, it would be nice if you could prove that
your implementation is actually faster. I think something like a
simple micro-benchmark will do.

--
Best regards,
Aleksander Alekseev



pgsql-hackers by date:

Previous
From: Stepan Neretin
Date:
Subject: Re: [PATCH] avoid double scanning in function byteain
Next
From: Aleksander Alekseev
Date:
Subject: Re: strange perf regression with data checksums