Open to Work: Senior Backend & Distributed Systems Engineer (Go / Python) View LinkedIn →

Ecs

Technical Journal // Ecs
Aug '26

Part 4: Refactoring to SoA ECS: Bitmasks and Flat Component Arrays

Refactoring entity storage from pointer-heavy OOP structs to a Structure of Arrays (SoA) ECS using bitwise masks for entity identity and zero-allocation system loops.