Merge pull request #3 from H4vC/main

perf: removed redundant cache invalidations and preindexed lookups for pdbs
This commit is contained in:
IChooseYou
2026-02-23 16:07:27 -07:00
4 changed files with 77 additions and 62 deletions

View File

@@ -1296,7 +1296,6 @@ NodeTree importFromSource(const QString& sourceCode, QString* errorMsg) {
auto it = classIds.find(ref.className);
if (it != classIds.end()) {
tree.nodes[nodeIdx].refId = it.value();
tree.invalidateIdCache();
}
}