From 9acf6090669ea1a86e9c66bf8811b70f3dc79f02 Mon Sep 17 00:00:00 2001 From: craftablescience Date: Tue, 20 Aug 2024 06:11:46 -0400 Subject: [PATCH] chore: finished some FUTURE.md plans --- FUTURE.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/FUTURE.md b/FUTURE.md index 9902e9790..34cb450c7 100644 --- a/FUTURE.md +++ b/FUTURE.md @@ -27,9 +27,6 @@ - Add a save method to write the constituent parts of a StudioModel to disk - `vpkpp` - Read/write LZMA-compressed zip files, and make sure it works correctly as a BSP paklump - - Look into better ways to store archive entries, such as a trie ~~or a set~~ - - And in that vein, get rid of the `path` property on an entry - - In fact, perhaps restructure the API so having a copy of the file metadata is unnecessary to access content! - Cache file handles so they're not constantly getting closed/opened - `vtfpp` - Improve conversion speeds between formats that use handrolled per-pixel converters (SIMD? Compute shader?)