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

Speed up compiles #81

Closed
krisnova opened this issue Oct 24, 2022 · 2 comments
Closed

Speed up compiles #81

krisnova opened this issue Oct 24, 2022 · 2 comments
Labels
Good First Issue New to the project? Looking for something to get started with?

Comments

@krisnova
Copy link
Contributor

Is there any way we can make optimizations in the Aurae compile time? How many dependencies are we building that we are no longer using? How about caching and optimization?

@krisnova krisnova added the Good First Issue New to the project? Looking for something to get started with? label Oct 24, 2022
@dashall
Copy link

dashall commented Oct 27, 2022

overall the compile times are good.
did some test with sscache on i5-4590 CPU @ 3.30GHz

make (no sscache)

real	4m56.432s
user	10m14.189s
sys	0m53.258s

make (with sscache)

real	6m48.979s
user	2m44.771s
sys	0m26.258s

2nd run (sscache)

real	5m6.521s
user	2m43.050s
sys	0m26.101s

on optimization

[Number one optimization tip: don't](https://gist.github.com/jFransham/369a86eff00e5f280ed25121454acec1#number-one-optimization-tip-dont)

@dmah42
Copy link
Contributor

dmah42 commented Jun 25, 2024

closing this in favour of #461 which has more detail

@dmah42 dmah42 closed this as completed Jun 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Good First Issue New to the project? Looking for something to get started with?
Projects
None yet
Development

No branches or pull requests

3 participants