Skip to content

Commit b60fcd7

Browse files
Update README.md
1 parent 7273051 commit b60fcd7

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
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).
44

5+
## Updates
6+
7+
For an updated version (written in TypeScript, but still targetting the same linear
8+
memory setup) with more features and improved block splitting/coalescing, please visit:
9+
[thi.ng/malloc](https://github.com/thi-ng/umbrella/tree/develop/packages/malloc).
10+
11+
For an in-depth discussion and comparison with other allocators, please see:
12+
13+
- [Toward Specialization of Memory
14+
Management in Unikernels (Hugo Lefeuvre)](https://os.itec.kit.edu/downloads/2020_BA_Lefeuvre_Toward_Specialization_of_Memory_Management_in_Unikernels.pdf)
15+
516
## Features
617

718
- written in standalone C11, no dependencies, C runtime or syscalls used

0 commit comments

Comments
 (0)