this post was submitted on 02 Oct 2023
1020 points (99.1% liked)

Programmer Humor

32124 readers
1252 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] ChaoticNeutralCzech@feddit.de 207 points 1 year ago (7 children)

Protip: Put swapfile on ramdisk for highest speed

[–] Dran_Arcana@lemmy.world 90 points 1 year ago (2 children)

Unironically that's how zram works

[–] seaQueue@lemmy.world 29 points 1 year ago (1 children)

Don't do boy zram dirty, it has a ton of utility when you have ample spare compute and limited RAM.

[–] Dran_Arcana@lemmy.world 4 points 1 year ago

Is that not how it works though? Lol

[–] jtfletchbot@lemmy.ko4abp.com 21 points 1 year ago (1 children)

Doesn't it compress the contents that it's storing to help kind of get the best of both worlds?

You get faster storage because it's in ram still, but with it being compressed there's also "more" available?

I could be completely mistaken though

[–] Ew0@lemmy.sdf.org 15 points 1 year ago (1 children)

You are correct, although zram uses more cpu power since it compresses things. It's not really an issue if you're not using a potato :=)

[–] Still@programming.dev 11 points 1 year ago (1 children)

even if you are using a potato it probably doesn't have much ram so slightly slowing it to make things run smoother is a very popular choice

[–] jtfletchbot@lemmy.ko4abp.com 1 points 1 year ago

Today I learned!

load more comments (4 replies)