mirror of
https://github.com/bspeice/speice.io
synced 2024-11-05 01:28:09 -05:00
Naming tweaks
This commit is contained in:
parent
98595f01b6
commit
dfba5e7dd0
@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
layout: post
|
layout: post
|
||||||
title: "A Heaping Helping: Dynamic Memory"
|
title: "A Heaping Helping: Dynamic Memory"
|
||||||
description: "The reason Rust exists"
|
description: "The reason Rust exists."
|
||||||
category:
|
category:
|
||||||
tags: [rust, understanding-allocations]
|
tags: [rust, understanding-allocations]
|
||||||
---
|
---
|
||||||
|
7
_drafts/compiler-optimizations.md
Normal file
7
_drafts/compiler-optimizations.md
Normal 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]
|
||||||
|
---
|
@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
layout: post
|
layout: post
|
||||||
title: "Stacking Up: Fixed Memory"
|
title: "Stacking Up: Fixed Memory"
|
||||||
description: "Going fast in Rust"
|
description: "We don't need no allocator"
|
||||||
category:
|
category:
|
||||||
tags: [rust, understanding-allocations]
|
tags: [rust, understanding-allocations]
|
||||||
---
|
---
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
layout: post
|
layout: post
|
||||||
title: "The Whole World: Global Memory Usage"
|
title: "The Whole World: Global Memory Usage"
|
||||||
description: "const and static allocations"
|
description: "Static considered slightly less harmful"
|
||||||
category:
|
category:
|
||||||
tags: [rust, understanding-allocations]
|
tags: [rust, understanding-allocations]
|
||||||
---
|
---
|
||||||
|
Loading…
Reference in New Issue
Block a user