From d453abc19dc08d63b2952219b26f015070cb31ce Mon Sep 17 00:00:00 2001 From: Thomas McKeesick Date: Thu, 23 Mar 2023 23:04:37 +1100 Subject: [PATCH] Update README.md update completed task list --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c2525c58..4f8bc26f 100644 --- a/README.md +++ b/README.md @@ -157,9 +157,9 @@ DEBUG=test go test -v ./test/ ## TODO - Short-term - - [ ] Make the category struct faster to load - currently takes up to 80% of the execution time - Longer-term - Completed + - [x] Make the category struct faster to load - currently takes up to 80% of the execution time - [x] Store metadata and names in a more storage-efficient manner - [x] Import japanese names from data/pokemon.json - [x] Fix bad whitespace stripping when building assets