An open API service indexing awesome lists of open source software.

https://github.com/boompig/hoard

My implementation of hoard parallel memory allocator
https://github.com/boompig/hoard

c memory-allocation

Last synced: about 2 months ago
JSON representation

My implementation of hoard parallel memory allocator

Awesome Lists containing this project

README

          

# About

This is a scalable, parallel memory allocator. It is based on the original Hoard paper [found here](http://people.cs.umass.edu/~emery/pubs/berger-asplos2000.pdf). We wrote this during our advanced operating system course, and included is our report and performance based on the benchmarks (also included).

# Authors

Daniel Kats and Tony Hong