← Blog & Papers

⚠ DRAFT — outline scaffolded from notes, prose to be written.

Benchmarks: 10k Entities in 23 µs

Stress-test results for the physics and networking paths, with methodology notes.

Headline numbers

Draft — attach the raw data tables and plots.

MetricResult
10,000 entities, physics step (CUDA)23 µs
Network loop, average frame time70.15 µs

Setup

  • Hardware, build profile (client/server), compiler flags.
  • How timing was captured and averaged.

Physics path

  • SoA layout, batch size, and why the cache behaviour matters.

Network path

  • Zero-copy injection and where the 70.15 µs is spent.

Reproducing

  • Commands and the commit hash the numbers were taken at.