From 0abcbc0d8cd489ea392004665437cbc818085e78 Mon Sep 17 00:00:00 2001 From: Jordan Goulder Date: Fri, 17 Jan 2025 21:26:51 -0500 Subject: [PATCH] Improve performance by not reading file data ahead of time --- src/components/DiskInfo.vue | 2 +- src/components/PlaygroundView.vue | 1 + src/floppy/disk.ts | 17 ++++++----------- 3 files changed, 8 insertions(+), 12 deletions(-) diff --git a/src/components/DiskInfo.vue b/src/components/DiskInfo.vue index 8ed9c24..2180809 100644 --- a/src/components/DiskInfo.vue +++ b/src/components/DiskInfo.vue @@ -16,7 +16,7 @@ const fileListing = computed(() => {