aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorKarsten Schmidt <k@thi.ng>2021-10-08 22:40:36 +0200
committerGitHub <noreply@github.com>2021-10-08 22:40:36 +0200
commitb60fcd7a351dea8a51f3ec95b19fc0d0d2e4dcd9 (patch)
treea070f2436d566109233309838bf6060e7895c171 /README.md
parent7273051682ee0b9235bd24b7544f9fe643a023f5 (diff)
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/README.md b/README.md
index 6c47bff..f8d0ab6 100644
--- a/README.md
+++ b/README.md
@@ -2,6 +2,17 @@
Tiny replacement for `malloc` / `free` in unmanaged, linear memory situations, e.g. [WASM](http://webassembly.org) and [embedded devices](https://github.com/thi-ng/ws-ldn-12).
+## Updates
+
+For an updated version (written in TypeScript, but still targetting the same linear
+memory setup) with more features and improved block splitting/coalescing, please visit:
+[thi.ng/malloc](https://github.com/thi-ng/umbrella/tree/develop/packages/malloc).
+
+For an in-depth discussion and comparison with other allocators, please see:
+
+- [Toward Specialization of Memory
+Management in Unikernels (Hugo Lefeuvre)](https://os.itec.kit.edu/downloads/2020_BA_Lefeuvre_Toward_Specialization_of_Memory_Management_in_Unikernels.pdf)
+
## Features
- written in standalone C11, no dependencies, C runtime or syscalls used