diff --git a/README.md b/README.md index a635b9b..8f4904b 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,9 @@ snmalloc is a research allocator. Its key design features are: * The allocator uses large ranges of pages to reduce the amount of meta-data required. +Details about snmalloc's design can be find in the +[accompanying paper](snmalloc.pdf). + [![Build Status](https://dev.azure.com/snmalloc/snmalloc/_apis/build/status/Microsoft.snmalloc?branchName=master)](https://dev.azure.com/snmalloc/snmalloc/_build/latest?definitionId=1?branchName=master) # Building on Windows diff --git a/snmalloc.pdf b/snmalloc.pdf new file mode 100644 index 0000000..3950937 Binary files /dev/null and b/snmalloc.pdf differ