Download List

Projeto Descrição

Hoard is a scalable memory allocator (malloc replacement) for
multithreaded applications. Hoard can dramatically improve your
application's performance on multicore machines. No changes to your
source are necessary; just link it in. Hoard scales linearly up to at
least 64 processors. Supported platforms include Linux, Solaris, Mac OS X, and
Windows.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2007-09-19 09:05 Back to release list
3.7

O caminho rápido para a atribuição foi racionalizado, acelerando substancialmente tanto 32-bit e 64-bit codificar. pthread_ * discussão baseada em dados específicos agora é usado para x86-64, onde é mais rápido. Estes combinam-se para melhorar o desempenho do benchmark em x86-32 em até 13%, e em x86-64 em até 32%.
Tags: Major feature enhancements
The fast path for allocation was streamlined,
substantially accelerating both 32-bit and 64-bit
code. pthread_* based thread-specific data is now
used for x86-64, where it's faster. These combine
to improve benchmark performance on x86-32 by up
to 13%, and on x86-64 by up to 32%.

Project Resources