From e4395c76b675613f822befb2fea34f41e9cae983 Mon Sep 17 00:00:00 2001 From: VariableThe <149247391+VariableThe@users.noreply.github.com> Date: Mon, 22 Jun 2026 13:55:01 +0530 Subject: [PATCH] Update PERFORMANCE_AUDIT.md --- PERFORMANCE_AUDIT.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/PERFORMANCE_AUDIT.md b/PERFORMANCE_AUDIT.md index 4878b1d..4f16a85 100644 --- a/PERFORMANCE_AUDIT.md +++ b/PERFORMANCE_AUDIT.md @@ -56,8 +56,3 @@ This document details the performance improvements made in V0.4.0. The primary g - *Mitigation:* We accept this for V0.4.0 as graph view is a secondary feature. V0.5.0 will implement WebGL (via `react-force-graph`) or web workers for layout calculation. 2. **Regex Parsing on Large Files:** The custom DSL regex runs on the entire document string on every keystroke. For files >50KB, this causes minor input latency. - *Mitigation:* CodeMirror's incremental parsing helps, but we may need to move the DSL parser to a Web Worker in the future. - -## 7. Appendix -- [Link to V0.3.0 Chromium Performance Trace (.json)](#) -- [Link to V0.4.0 Chromium Performance Trace (.json)](#) -- [Link to V0.4.0 Heap Snapshot showing Zustand memory profile](#)