-
Notifications
You must be signed in to change notification settings - Fork 5
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
Blog post about caching #56
Comments
@Yanich96 please take it |
@maxonfjvipon please tell me, what existing assembly mechanisms is the EO assembly mechanism similar to? Or are there any caching systems that I would like to learn more about? |
@Yanich96 I would recommend to you to learn how caching works in most know build systems like Maven Central or Cargo. Learn how they deal with local cache and global cache |
Information about ccache: |
Rust uses SCCACHE. SCCACHE is like CCACHE. |
This reverts commit 805d79c.
It would be nice to write a blog post about caching mechanism: folder structure, caching logic and so on...
The text was updated successfully, but these errors were encountered: