Re: Fastest memmove in C

From: "FarjadFarid\(ChkNet\)" <farjad(dot)farid(at)checknetworks(dot)com>
To: "'Tom Lane'" <tgl(at)sss(dot)pgh(dot)pa(dot)us>, "'Stephen Frost'" <sfrost(at)snowman(dot)net>
Cc: "'Merlin Moncure'" <mmoncure(at)gmail(dot)com>, "'Alvaro Herrera'" <alvherre(at)2ndquadrant(dot)com>, "'PostgreSQL General'" <pgsql-general(at)postgresql(dot)org>
Subject: Re: Fastest memmove in C
Date: 2016-07-07 20:48:24
Message-ID: 000601d1d890$e7c62db0$b7528910$@checknetworks.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


As the article demonstrated, performance of memove libraries is dependent on
the size of memory copied and the hardware. Therefore it is both a software
and hardware function.

This post was simply put out here as something that might be of use. It is
Ok if it is of no interest.

-----Original Message-----
From: pgsql-general-owner(at)postgresql(dot)org
[mailto:pgsql-general-owner(at)postgresql(dot)org] On Behalf Of Tom Lane
Sent: 07 July 2016 18:02
To: Stephen Frost <sfrost(at)snowman(dot)net>
Cc: Merlin Moncure <mmoncure(at)gmail(dot)com>; FarjadFarid(ChkNet)
<farjad(dot)farid(at)checknetworks(dot)com>; Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>;
PostgreSQL General <pgsql-general(at)postgresql(dot)org>
Subject: Re: [GENERAL] Fastest memmove in C

Stephen Frost <sfrost(at)snowman(dot)net> writes:
> While I agree with this, I'm trying to figure out why this isn't being
> incorporated into glibc instead..?

Indeed --- it seems far more useful to integrate this sort of work at the
libc level than to ask applications to support their own replacements for
libc routines.

regards, tom lane

--
Sent via pgsql-general mailing list (pgsql-general(at)postgresql(dot)org) To make
changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2016-07-08 00:04:32 Re: pasting a lot of commands to psql
Previous Message Alvaro Herrera 2016-07-07 20:42:19 Re: pasting a lot of commands to psql