Download List

Descripción del Proyecto

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

La ruta de acceso rápido para la asignación fue optimizada, acelerando considerablemente de 32-bit y 64-bits. pthread_ * hilo basados en los datos específicos se utiliza ahora para x86-64, donde es más rápido. Estos se combinan para mejorar el rendimiento de referencia en arquitectura x86-32 hasta en un 13%, y en x86-64 hasta un 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