Downloadliste

Projektbeschreibung

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.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
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 Zurück zur Release-Liste
3.7

Der schnelle Weg für die Zuteilung wurde gestrafft, wesentlich beschleunigt sowohl 32-Bit und 64-Bit-Code. pthread_ * basierend Thread-spezifische Daten werden nun für x86-64, wo es schneller. Sie verbinden zum Benchmark Performance auf x86-32 um bis zu 13% und auf x86-64 um bis zu 32% verbessern.
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