Re: tweaking MemSet() performance

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: tweaking MemSet() performance
Дата
Msg-id 200208300008.g7U08kD10186@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: tweaking MemSet() performance  (Alvaro Herrera <alvherre@atentus.com>)
Список pgsql-hackers
Alvaro Herrera wrote:
> En Thu, 29 Aug 2002 19:35:13 -0400 (EDT)
> Bruce Momjian <pgman@candle.pha.pa.us> escribi?:
> 
> > In your results it seems to suggest that memset() gets slower for longer
> > buffer lengths, and a for loop starts to win at longer sizes.  Should I
> > pull out my Solaris kernel source and see what memset() is doing?
> 
> No, because memset() belongs to the libc AFAICS...  Do you have source
> code for that?

You bet.  I have source code to it all, libs, /bin, etc.

--  Bruce Momjian                        |  http://candle.pha.pa.us pgman@candle.pha.pa.us               |  (610)
359-1001+  If your life is a hard drive,     |  13 Roberts Road +  Christ can be your backup.        |  Newtown Square,
Pennsylvania19073
 


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Larry Rosenman
Дата:
Сообщение: Re: Proposed GUC Variable
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: tweaking MemSet() performance