From ed422be451d878551d09e18caaebe4bdcd4d61a7 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Sat, 4 Mar 2023 11:39:47 +0100 Subject: [PATCH] TODO.md: update - fastnbt decode doesn't really appear in profiles, so optimizing it using borrowed types is moot - What does appear prominently in the profile though is top_layer() and block_at() --- TODO.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/TODO.md b/TODO.md index cb18d08..c4c0668 100644 --- a/TODO.md +++ b/TODO.md @@ -3,5 +3,4 @@ ## Optimizations - To check: - - fastnbt borrow - - fastnbt from_reader + - Bulk `block_at()`, possibly other `top_layer()` improvements