-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Closed
Labels
A-perfperformance issuesperformance issuesA-vfsBroken WindowBugs / technical debt to be addressed immediatelyBugs / technical debt to be addressed immediatelyC-bugCategory: bugCategory: bug
Description
Now arguably this is also a fault of the bevy crate depending on 4
versions of the windows
crate, but a bare bevy project consumes 800mb of memory just for us to hold the entire source in memory in the VFS (without any windows source files its ~90mb
. This is beyond excessive, especially when you realize that this is doubled once we put the source into salsa in a normalized form! We definitely need to rethink our strategy here.
lnicola
Metadata
Metadata
Assignees
Labels
A-perfperformance issuesperformance issuesA-vfsBroken WindowBugs / technical debt to be addressed immediatelyBugs / technical debt to be addressed immediatelyC-bugCategory: bugCategory: bug