Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build time optimization: resources #856

Merged
merged 5 commits into from
Apr 25, 2021

Conversation

jpcima
Copy link
Collaborator

@jpcima jpcima commented Apr 25, 2021

Initial attempt at making the build faster, after some profiling.
It's observable that Resources.h is the biggest source of slowdown.
This makes Resources p-impl, such that it needn't pull as many header dependencies as it does.

@jpcima jpcima force-pushed the build-time-optimization branch from 17c6912 to 41ab126 Compare April 25, 2021 03:33
@jpcima jpcima force-pushed the build-time-optimization branch from d2135bd to 8a5e4f4 Compare April 25, 2021 04:02
@jpcima jpcima merged commit 954ae4c into sfztools:develop Apr 25, 2021
@jpcima jpcima deleted the build-time-optimization branch April 25, 2021 05:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant