<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Cache on The Blog of Boban Acimovic</title><link>https://acim.net/tags/cache/</link><description>Recent content in Cache on The Blog of Boban Acimovic</description><generator>Hugo -- gohugo.io</generator><language>en-us</language><copyright>The Blog of Boban Acimovic &amp;copy; 2026</copyright><lastBuildDate>Wed, 18 May 2022 00:00:00 +0000</lastBuildDate><atom:link href="https://acim.net/tags/cache/index.xml" rel="self" type="application/rss+xml"/><item><title>How I speeded up my Rust builds on GitHub ~30 times</title><link>https://acim.net/blog/speed-up-github-actions-rust-pipelines/</link><pubDate>Wed, 18 May 2022 00:00:00 +0000</pubDate><guid>https://acim.net/blog/speed-up-github-actions-rust-pipelines/</guid><description>&lt;p&gt;&lt;a href="https://www.rust-lang.org/" target="_blank" rel="noopener"&gt;Rust&lt;/a&gt;
 is a great programming language, but it&amp;rsquo;s compiler is known to be slow. The main reason is that it checks so many things during the compilation in order to provides memory and concurrency safety. Like in many other cases, pipelines may be speeded up by caching, but it is very important to set the caching properly, otherwise it won&amp;rsquo;t help. Besides compiling your code may be slow, you also may want to use some &lt;a href="https://doc.rust-lang.org/cargo/" target="_blank" rel="noopener"&gt;cargo&lt;/a&gt;
 tools to lint and check your code and this will require to be compiled as well, if you don&amp;rsquo;t want to download binaries. Some popular tools are:&lt;/p&gt;</description></item><item><title>Add flag to Linux Mint application start command</title><link>https://acim.net/blog/add-flag-linux-mint/</link><pubDate>Thu, 03 Oct 2019 00:00:00 +0000</pubDate><guid>https://acim.net/blog/add-flag-linux-mint/</guid><description>&lt;p&gt;Modern Linux desktop distributions contain really powerful settings possibilities, but it is very often difficult to find out how to configure something. You may want, for example, to add &amp;ndash;disk-cache-dir flag to Chromium start command in order to configure cache directory, so how to do it?&lt;/p&gt;</description></item></channel></rss>