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

Improve Sparta Build time #57

Closed
avinabadasgupta opened this issue Mar 16, 2020 · 1 comment
Closed

Improve Sparta Build time #57

avinabadasgupta opened this issue Mar 16, 2020 · 1 comment
Assignees
Labels
component: sparta Issue is related to sparta framework enhancement Enhancement or request

Comments

@avinabadasgupta
Copy link
Contributor

This task is about improving the Sparta build time.

  1. There are many header files with no separate implementation files and these files are included by a lot of source files.
  2. Even within these header files, entire headers are included when forward declarations would suffice.
  3. Look into precompiled header file of commonly used standard headers and rarely changing sparta headers.
@avinabadasgupta avinabadasgupta added enhancement Enhancement or request component: sparta Issue is related to sparta framework labels Mar 16, 2020
@avinabadasgupta avinabadasgupta self-assigned this Mar 16, 2020
@klingaard
Copy link
Member

Dup of #512

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: sparta Issue is related to sparta framework enhancement Enhancement or request
Projects
None yet
Development

No branches or pull requests

2 participants