Skip to content

v0.0.42

Choose a tag to compare

@mococa mococa released this 30 Dec 01:38
· 304 commits to main since this release

Release Note v0.0.42

ECS Performance Optimizations

  • 4-field component unrolling (transforms with scale, RGBA colors, quaternions)
  • 8x query unrolling with write cursor pattern (55-67% faster query-heavy workloads)
  • Single/dual-field update fast paths (eliminates Object.keys allocation)
  • Inlined math operations in hot paths (Math.max/min → ternaries)
  • Result: 6-13% faster frame times for 5k-10k entities, 55-67% faster queries