Free ram is wasted ram

>free ram is wasted ram

Attached: CG3zODmVAAAt1s3.jpg (306x306, 14K)

See this is why I cache my games on my 64 gigs of ram.

Attached: IMG-20180801-WA0005.jpg (543x443, 14K)

>cached files aren't real ram usage

Attached: 68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f776174747061642d6d656469612d736572766963652f53746f (720x696, 54K)

Dumb frogposter

Attached: 1495417826901.png (1940x2304, 1.27M)

>using free ram for cache is bloat

Attached: 1534076676123.jpg (500x500, 230K)

Both these statements are true (though the second one has the caveat that it's not lazy write), though.

Then what is non free ram?
Makes you think huh

proprietary ram

>free ram is wasted ram

>Video game detects unused RAM.
>Automatically overclocks the CPU and GPU based on how much unused RAM there is.

Attached: 1528283135388.png (571x618, 29K)

2 gig is enough for anyone

>SSDs are just as cheap as HDDs

3Gb i do everything

>free
I THINK YOU MEAN STOLEN FROM THE TAXPAYERS

0n

>needing more than 512 mb of ram

this
"free ram is wasted ram" is followed to the letter by street shitters who can't optimize their shit
you shouldn't be using 100% of your ram 24/7

>bibbeo gayms

Jesus christ, got a long enough filename?

I have 64 GB. Does that mean I would have a house fire?

>money saved is wasted money

That's actually true you retard. If you were a competent programmer at all, you would know that there is often a tradeoff between memory and cpu resources. Using more memory can often enable you to utilize faster algorithms.

>Jow Forums
>competent programmers

Attached: 1517548830941.gif (228x180, 1.6M)

Jow Forums has better programmers than anywhere else on the open web. That's doesn't say much though considering the opposition is reddit and 9gag.

>the internet consists only of 4chins reddit and 9gag

the absolute state of Jow Forums

Correct.

> Jow Forums has better programmers than anywhere else on the open web
*inhales*

AHAHAHAHAHAHAHHAHAHAHAHAHAHAHAHAHAHAHAHAHHAHAHAHAHAHAHAHAHAHAHAHAHAHHAHAHAHAHAHAHAHAHAHAHAHAHAHHAHAHAHAHAHAHAHAHAHAHAHAHAHHAHAHAHAHAHAHAHAHAHAHAHAHAHHAHAHAHAHAHAHAHAHAHAHAHAHAHHAHAHAHAHAHAHAHAHAHAHAHAHAHHAHAHAHAHAHAHAHAHAHAHAHAHAHHAHAHAHAHAHAHAHAHAHAHAHAHAHHAHAHAHAHAHAHAHAHAHAHAHAHAHHAHAHAHAHAHAHAHAHAHAHAHAHAHHAHAHAHAHAHAH

You must be easily impressed i.e. you don't know how to program.

I hope youre intentionally being retarded

I'm hard-pressed to see how you can have free ram when you're using modern desktop aside from some very specific edge cases.

Technically correct, but I yet to see the system with wasted RAM.
How the hell can you even manage that?

Attached: 1510037106813.png (931x77, 3K)

the state of my fucking browser to take in that filename lmao

Attached: absolute_state.webm (1280x800, 296K)

Truth.

you need to go back

gb2leddit

.op:after {
clear: both;
content: "";
display: block;
}
You're welcome

How to make astoundingly good code according to bloat cucks:
void unwaste_memory(void)
{
try {
for (;;)
new int;
} catch (...) {}
}

Attached: brainlet32.png (645x614, 83K)

>not displaying the full filename by default

Attached: 1534269096.png (1845x187, 61K)

Can some one give me a good example of trading space complexity for time complexity? Or are pajeets just bad coders and don't even make their code run fast using all that ram?

Wow look at much this guy is laughing, he can barely even contain himself.

The guy he's laughing at must be really stupid lol , wow.

>Can some one give me a good example of trading space complexity for time complexity?
I don't know. You have a number of pure functions and cache the output?

>program doesn't release memory
>free memory is wasted memory
>have to kill the process to use open another program

>free ram is wasted ram
>so lemme just claim all your fucking ram not like you have anything else to run right. i am the most and only important thing on your computer
>open few tabs
>computer freezes because it's out of ram
>have to hard reset
>btw remember, free ram is wasted ram :^)
all programmers should kill themselves

>needing more than 8Gb of ram
I bought 2x 8Gb sticks of DDR4 for $80 back in the day and sold one for $80 when the price went up. I'm living just fine off of 8Gb

here bro i just optimized your shit:
malloc(1000000000L);

thank me later

thanks bro
now i dont need to re-allocate memory and waste those cpu cycles

>>free ram is wasted ram
And it's so expensive these days.
And think of the electricity it uses, just sitting there.
Come back with me to a time when a 4X1Mb chip cost >$100.

It's always good to have free RAM left over if you need to open another application or especially a VM.

But your operating system should.

How many times have your parents dropped you on your head in the last hour?

That's possible, with CSS alone?

Hi! I am wondering if there is a ramfs.

>what is true in some cases must be true in all cases
Seems like your cache got corrupted.
Just because a program is using more memory does not imply that they're utilizing the memory for more optimal algorithms. I'd wager that most memory hungry programs, are such, unintentionally.

Yes.

The best is when a program is doing both.
>using Pascal-like strings but scanning until NULL sometimes too
Apply this to other structures and algos.
i.e. situations where you utilize memory to store something to eliminate cycles but only do that in portions of the codebase, maybe even only in 1 spot.
>all your strings now take up more memory for a marginal speedup
wew