Hacker News new | ask | show | jobs
by kevingadd 2370 days ago
When performance matters I often find myself yak shaving existing code to basically turn it into structure-of-arrays format (like is required for ECS), if not converting to ECS entirely. The alternatives scale so poorly...