Naming tweaks

case-study-borrow-checker
Bradlee Speice 2019-02-03 15:55:50 -05:00
parent 98595f01b6
commit dfba5e7dd0
4 changed files with 10 additions and 3 deletions

View File

@ -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]
---

View File

@ -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]
---

View File

@ -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]
---

View File

@ -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]
---