Files
OpenFrontIO/src/core/game
scamiv a2a89aa981 Use SharedArrayBuffer tile state and ring buffer for worker updates
- Share GameMapImpl tile state between worker and main via SharedArrayBuffer
- Add SAB-backed tile update ring buffer to stream tile changes instead of postMessage payloads
- Wire shared state/ring through WorkerClient, Worker.worker, GameRunner, and ClientGameRunner
- Update GameView to skip updateTile when shared state is enabled and consume tile refs from the ring
2025-11-26 00:45:06 +01:00
..
2025-11-20 20:11:56 -08:00
2025-11-19 12:32:01 -08:00
2025-11-19 12:32:01 -08:00
2025-06-22 08:14:08 -07:00