-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Open
Labels
A-Cross-CuttingImpacts the entire engineImpacts the entire engineC-DocsAn addition or correction to our documentationAn addition or correction to our documentationC-PerformanceA change motivated by improving speed, memory usage or compile timesA change motivated by improving speed, memory usage or compile times
Description
How can Bevy's documentation be improved?
Several performance optimizations can be done just before final release, but are impractical for development.
As a starting point:
- Enabling Link Time Optimization
- Disabling dynamic linking
- Reducing or removing logging, see [Merged by Bors] - bevy_utils: remove hardcoded log level limit #4580
These should be documented in a single central place.
Metadata
Metadata
Assignees
Labels
A-Cross-CuttingImpacts the entire engineImpacts the entire engineC-DocsAn addition or correction to our documentationAn addition or correction to our documentationC-PerformanceA change motivated by improving speed, memory usage or compile timesA change motivated by improving speed, memory usage or compile times