this post was submitted on 02 Oct 2023
1013 points (99.2% liked)

Programmer Humor

31992 readers
333 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
[–] jtfletchbot@lemmy.ko4abp.com 21 points 11 months 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 11 months 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 11 months 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 11 months ago

Today I learned!