Re: tweaking MemSet() performance

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: tweaking MemSet() performance
Дата
Msg-id 20020829195350.5b9b0683.alvherre@atentus.com
обсуждение исходный текст
Ответ на Re: tweaking MemSet() performance  (Bruce Momjian <pgman@candle.pha.pa.us>)
Ответы Re: tweaking MemSet() performance
Re: tweaking MemSet() performance
Список pgsql-hackers
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?

-- 
Alvaro Herrera (<alvherre[a]atentus.com>)
"Pensar que el espectro que vemos es ilusorio no lo despoja de espanto,
sólo le suma el nuevo terror de la locura" (Perelandra, CSLewis)


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

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