From 46d4bfb8e61e9f3531956be684171cacdc9db6de Mon Sep 17 00:00:00 2001 From: Jared Tyler Miller Date: Sun, 14 Dec 2025 23:44:16 -0500 Subject: [PATCH] Mention future optimization ideas --- TODO.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/TODO.md b/TODO.md index 41e6de7..d93c62d 100644 --- a/TODO.md +++ b/TODO.md @@ -43,6 +43,11 @@ findings: - total: ~20x improvement from baseline - see journal.txt for detailed benchmarks +further options (if needed): +- increase raylib batch buffer (currently 8192 vertices = 2048 quads per flush) +- GPU instancing (single draw call for all entities) +- or just move on - 100k @ 60fps is a solid ceiling + ## phase 4: add collision - [ ] spatial partitioning (grid or quadtree)