WorldSmith icon indicating copy to clipboard operation
WorldSmith copied to clipboard

Performance Issue with Project View

Open RoyAwesome opened this issue 10 years ago • 3 comments

Iterating through every file in the VPK takes a significant amount of time. We should either look into reducing this time or running the iteration/placing of tree nodes in a BackgroundWorker and not block the UI.

RoyAwesome avatar Dec 18 '14 11:12 RoyAwesome

I looked into fixing this, it's a bit more involved

RoyAwesome avatar Dec 19 '14 02:12 RoyAwesome

Doing it in the background would be a viable solution, and depending on how the rest of the Initial stuff works, could be done in parallel with parsing the kv files

SinZ163 avatar Dec 19 '14 02:12 SinZ163

After some debugging, the perf issue for this is not because it's looping through the VPK.

RoyAwesome avatar Dec 29 '14 00:12 RoyAwesome