From f94bd1d374388c044a3983811fabb61055099750 Mon Sep 17 00:00:00 2001 From: Ed_ Date: Wed, 12 Feb 2025 16:00:29 -0500 Subject: [PATCH] add link to Jonathan Blow's implicit context vod which has an introduction to the allocator interface --- docs/Readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/Readme.md b/docs/Readme.md index 417c0db..a756446 100644 --- a/docs/Readme.md +++ b/docs/Readme.md @@ -190,6 +190,7 @@ This provides the user a way to control startup of the libary. ### Additional Info * [Zig's Allocator Interface](https://github.com/ziglang/zig/blob/master/lib/std/mem/Allocator.zig) is similar but not exactly the same. +* [Johnathan Blow's original video](https://youtu.be/ciGQCP6HgqI?t=380) introducing this kind of allocator interface. ## Notes