You are not logged in.

#1 2015-08-24 05:48:11

Ranieri
Member
Registered: 2015-02-05
Posts: 10

How to have a faster computer experience

On this /r/archlinux thread, people were talking about the cool things they do with Arch, and I said I was a boot racer with <2s boot. People asked me to share my methods, and after procrastinating for 3 months I finally wrote it:

https://github.com/ranisalt/faster-computer-guide

It's currently not fully complete, as I did the tricks for the past 8 months and I don't remember them all, but some people already helped me with cool stuff I didn't even know big_smile

Please feel free to contribute and share your tips (and fix mine) for a faster using-a-computer experience, by posting here or creating an issue/pull request on Github.

Sorry if I posted on the wrong forum, I'm new here (hello all!).

Offline

#2 2015-08-24 07:30:51

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,426
Website

Re: How to have a faster computer experience

Moving to Community Contributions (although it probably would be better off as a wiki page)...


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#3 2015-08-24 08:09:11

dice
Member
From: Germany
Registered: 2014-02-10
Posts: 413

Re: How to have a faster computer experience


I put at button on it. Yes. I wish to press it, but I'm not sure what will happen if I do.  (Gune | Titan A.E.)

Offline

#4 2015-08-24 11:46:28

Soukyuu
Member
Registered: 2014-04-08
Posts: 854

Re: How to have a faster computer experience

I'm reading through that atm and one thing you mention is setting the compression in mkinitcpio.conf to cat. According to this, lz4 might be a better choice. Decompresses almost instantly, but still compresses to about 36% of the original size.


[ Arch x86_64 | linux | Framework 13 | AMD Ryzen™ 5 7640U | 32GB RAM | KDE Plasma Wayland ]

Offline

#5 2015-08-24 11:54:53

ugjka
Member
From: Latvia
Registered: 2014-04-01
Posts: 1,957
Website

Re: How to have a faster computer experience

According to this the discard mount option can have a negative impact.

Offline

#6 2015-08-25 01:04:42

Ranieri
Member
Registered: 2015-02-05
Posts: 10

Re: How to have a faster computer experience

dice wrote:

Yes! Those are two great articles, and I also have some handpicked tricks I found on other sources, but I wanted to mainly have personal recommendations.

Soukyuu wrote:

I'm reading through that atm and one thing you mention is setting the compression in mkinitcpio.conf to cat. According to this, lz4 might be a better choice. Decompresses almost instantly, but still compresses to about 36% of the original size.

I have found through personal experience that not compressing is faster since, although compressing renders a file 40% smaller, SSD is 4x faster than an average disk, so the bottleneck is not reading from the disk but decompressing. The time raw initrd takes to load is about 0.04s, while LZ4 takes on average 0.2s.

ugjka wrote:

According to this the discard mount option can have a negative impact.

Just like the above, through personal experience I found it was good. It's cleaner than having a cronjob/systemctl timer to do the trim periodically too. Anyway, this post is old and his SSD probably had inferior technology, I tested uncompressing a big file then syncing and I had no performance penalty.

Both suggestions were added. Thank you all smile

Last edited by Ranieri (2015-08-25 01:10:24)

Offline

Board footer

Powered by FluxBB