← devlog

· 8 min · #rust #ecs #performance

Why I rewrote my entity system in Rust

My C# ECS hit a wall at 50k entities. Here's what changed when I rewrote it in Rust, and what I'd do differently.