Re: Fastest memmove in C

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
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: Fastest memmove in C
Date: 2016-07-07 17:01:35
Message-ID: 20527.1467910895@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Dmitry Shalashov 2016-07-07 17:22:26 pasting a lot of commands to psql
Previous Message Stephen Frost 2016-07-07 16:33:51 Re: Fastest memmove in C