380
you are viewing a single comment's thread
view the rest of the comments
[-] CameronDev@programming.dev 14 points 1 month ago* (last edited 1 month ago)

Size on disk doesn't correlate to memory usage or load time. You can get a very small on disk size by compression, or downloading the main executable at runtime.

[-] Feyd@programming.dev 10 points 1 month ago* (last edited 1 month ago)

The size of the main binary and all the libraries loaded does determine the starting point of the memory usage, but then doing things like loading files are going to also use memory and there are many strategies for optimizing for speed, memory usage, disk size that have tradeoffs between them. Anyway the point is that the size of the program itself isn't irrelevant even though it isn't the only factor in memory usage.

[-] CameronDev@programming.dev 2 points 1 month ago

Even the linked libraries may not contribute anything, if they are already loaded and shared amongst other processes. There are so many factors and trade offs that you cant really make any assumptions based off just the executable size.

[-] ch00f@lemmy.world 6 points 1 month ago

Sure. I wasn't thinking of something like .kkreiger. I assumed that a small simple text editor would use a similarly small amount of memory. Shocked it ballooned so big. Sorry can't read the article at the moment.

[-] CameronDev@programming.dev 6 points 1 month ago

It does some of the tricks that .kkreiger uses, including compressing the binary.

And at least according to a few reports, it uses 500MB of ram:

https://github.com/PlummersSoftwareLLC/TinyRetroPad/issues/21

[-] ChaoticNeutralCzech@feddit.org 4 points 1 month ago* (last edited 1 month ago)

Simply building without Crinkler compression changes the file size to 11 kiB and RAM usage to 1.7 MB. That's almost double what Microsoft's old Notepad (at a file size of 250-350 kiB, including an uncompressed multi-size RGBA icon of around 100 kiB and localization) uses but not bad, and probably the version most people will prefer for practical use.

[-] LeFrog@discuss.tchncs.de 2 points 1 month ago* (last edited 1 month ago)

.kkrieger

Oh my god thanks for these memories

demoscene & 64K intro

[-] JackbyDev@programming.dev 1 points 1 month ago

Thinking it doesn't correlate at all seems foolish. There is some correlation, it's just miniscule.

this post was submitted on 04 Jul 2026
380 points (100.0% liked)

PC Master Race

22173 readers
422 users here now

A community for PC Master Race.

Rules:

  1. No bigotry: Including racism, sexism, homophobia, transphobia, or xenophobia. Code of Conduct.
  2. Be respectful. Everyone should feel welcome here.
  3. No NSFW content.
  4. No Ads / Spamming.
  5. Be thoughtful and helpful: especially when new beginners have questions.

founded 3 years ago
MODERATORS