aetheris-ecs-custom 0.11.2

High-performance custom ECS with SoA layout and manual dirty tracking
Documentation

aetheris-ecs-custom

High-performance custom ECS implementation for Aetheris.

Overview

A specialized, zero-allocation entity-component system designed for maximum performance in Phase 3 production environments. Optimized for high-frequency replication and minimal memory overhead.

Technical Specifications

  • Phase: P3 - Production Hardening
  • Constraint: SoA (Structure of Arrays) layout with manual dirty-bit tracking.
  • Purpose: Replaces generic ECS engines with a specialized, hyper-optimized storage engine to minimize extract_deltas latency at massive scale.

Usage

For more details, see the main repository README.