Top > All Packages in Directory > hoard

hoard - Memory allocator for multiprocessors

Hoard is a fast, scalable and memory-efficient allocator for multiprocessors. It solves the heap contention problem caused when multiple threads call dynamic memory allocation functions like malloc() and free() (or new and delete), and can dramatically improve the performance of multithreaded programs running on multiprocessors. it is a drop-in replacement for malloc(), etc., so you don't have to change your source code.

Obtaining

Web pagehttp://www.cs.umass.edu/~emery/hoard/
Source tarball http://www.cs.umass.edu/~emery/software/heaplayers-3.0.2.tar.gz
Source informationhttp://www.cs.umass.edu/~emery/hoard/hoard-download.html
Version 3.0.2 (stable) released on 2003-12-29
Licensed under GPL.
This is not a GNU package.

Support contacts

Announce List<hoard-announce@egroups.com> http://www.hoard.org/hoard-download.html
Help List<hoard@egroups.com> http://www.hoard.org/hoard-download.html http://groups.yahoo.com/group/hoard/

Project contacts

Maintainers
Developers
Sponsors
  • The University of Massachusetts at Amherst

Related information

Interfaceslibrary
Source languagesC++
Use requirementspthread

Entry information

License verified byJanet Casey <jcasey@gnu.org> on 2001-07-11
Entry compiled byJanet Casey <jcasey@gnu.org>

Categories



The copyright licensing notice below applies to this text. The software described in this text has its own copyright notice and license, which can usually be found in the distribution itself.

Copyright © 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.

Permission is granted to copy, distribute, and/or modify this document under the terms of the GNU Free Documentation License, Version 1.1 or any later version published by the Free Software Foundation; with no Invariant Sections, with no Front-Cover Texts, and with no Back-Cover Texts. A copy of this license is included in the file COPYING.DOC.

Please report any problems in this page to bug-directory@gnu.org, or find out how you can help fix them.

The FSF provides this directory as a service to the free software community. Please consider donating to the FSF to help support this project.