Re: anyone tried to use hoard allocator?

Поиск
Список
Период
Сортировка
От Steve Atkins
Тема Re: anyone tried to use hoard allocator?
Дата
Msg-id 340D90B6-9FA3-4EBA-930A-DECA0CF916CB@blighty.com
обсуждение исходный текст
Ответ на anyone tried to use hoard allocator?  ("Tomas Vondra" <tv@fuzzy.cz>)
Список pgsql-performance
On Mar 26, 2012, at 2:50 AM, Tomas Vondra wrote:

> Hi all,
>
> today I've noticed this link on HN: http://plasma.cs.umass.edu/emery/hoard
>
> Seems like an interesting option for systems with a lot of CPUs that are
> doing a lot of alloc operations. Right now I don't have a suitable system
> to test it - anyone tried to benchmark it?

It's just another allocator - not a bad one, but it's been around for years. It's
mostly aimed at reducing contention in multi-threaded applications, so
it's not terribly applicable to strictly single-threaded postgresql.

It's licensing is pretty much incompatible with postgresql too.

Cheers,
  Steve


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

Предыдущее
От: Pavel Stehule
Дата:
Сообщение: Re: anyone tried to use hoard allocator?
Следующее
От: Joshua Berkus
Дата:
Сообщение: Re: Determining working set size