diff --git a/_drafts/a-heaping-helping.md b/_drafts/a-heaping-helping.md index 3d9dfbf..ba1149d 100644 --- a/_drafts/a-heaping-helping.md +++ b/_drafts/a-heaping-helping.md @@ -1,7 +1,7 @@ --- layout: post title: "A Heaping Helping: Dynamic Memory" -description: "The reason Rust exists" +description: "The reason Rust exists." category: tags: [rust, understanding-allocations] --- diff --git a/_drafts/compiler-optimizations.md b/_drafts/compiler-optimizations.md new file mode 100644 index 0000000..b5bce04 --- /dev/null +++ b/_drafts/compiler-optimizations.md @@ -0,0 +1,7 @@ +--- +layout: post +title: "Compiler Optimizations: What It's Done Lately" +description: "A lot. The answer is a lot." +category: +tags: [rust, understanding-allocations] +--- \ No newline at end of file diff --git a/_drafts/stacking-up.md b/_drafts/stacking-up.md index 9e15252..53667ad 100644 --- a/_drafts/stacking-up.md +++ b/_drafts/stacking-up.md @@ -1,7 +1,7 @@ --- layout: post title: "Stacking Up: Fixed Memory" -description: "Going fast in Rust" +description: "We don't need no allocator" category: tags: [rust, understanding-allocations] --- diff --git a/_drafts/the-whole-world.md b/_drafts/the-whole-world.md index 1d38b8b..4e1a86a 100644 --- a/_drafts/the-whole-world.md +++ b/_drafts/the-whole-world.md @@ -1,7 +1,7 @@ --- layout: post title: "The Whole World: Global Memory Usage" -description: "const and static allocations" +description: "Static considered slightly less harmful" category: tags: [rust, understanding-allocations] ---