# magnusson (blogs) — RSS Amplifier

Recent posts from the 1 feeds in the RSS Amplifier directory that cover magnusson.

Page: <https://rssamplifier.com/topics/magnusson/blogs>  
Feed: <https://rssamplifier.com/topics/magnusson/blogs.md>

---

## [Using Rust Code from Unity for High Performance](https://oddur.me/posts/native-rust-in-unity/)

_2026-08-10 · Oddur Magnusson_

Unity gives you several ways to write fast code, and one more over the same pointers Burst uses. Measured across every Unity runtime, the speed gap turns out to depend more on how old the runtime is than on which language you picked, and most of what looks like a language difference is effort spent unevenly.

## [Zstandard Across the Stack](https://oddur.me/posts/zstandard-across-the-stack/)

_2026-04-02 · Oddur Magnusson_

How we used zstd with custom dictionaries to compress real-time game data, patch game updates, and speed up downloads at Seed.

## [Agent Guardrails with Rust](https://oddur.me/posts/agent-guardrails-with-rust/)

_2026-03-22 · Oddur Magnusson_

How Rust's type system, borrow checker, and toolchain act as deterministic guardrails for agent-generated code.

