From 42210e18da76b2d0c2be5dd1f0bc5b9f493d86fa Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Thu, 29 Sep 2022 15:07:32 -0700 Subject: [PATCH] update TODO --- TODO.md | 1 + 1 file changed, 1 insertion(+) diff --git a/TODO.md b/TODO.md index 7a629328e..79e5e8829 100644 --- a/TODO.md +++ b/TODO.md @@ -12,6 +12,7 @@ Performance: screen data structure. * Screen cell structure should be rethought to use some data oriented design, also bring it closer to GPU cells, perhaps. +* Loading fonts on startups should probably happen in multiple threads Correctness: