this post was submitted on 27 Oct 2022
127 points (99.2% liked)

General Programming Discussion

7807 readers
4 users here now

A general programming discussion community.

Rules:

  1. Be civil.
  2. Please start discussions that spark conversation

Other communities

Systems

Functional Programming

Also related

founded 5 years ago
MODERATORS
top 6 comments
sorted by: hot top controversial new old
[–] [email protected] 23 points 1 year ago

The "get a better computer" response to slow software is unfortunetly more and more popular especialy among game devs.

"Our game runs like **** on your 2 yr old top of the line pc? Just get a 4090 and a 13900k. Its not our problem that the game eats 21GB of VRAM and takes up 700GB of storage."

[–] [email protected] 17 points 1 year ago (2 children)

Remember when android phones didn't need 6 gb of ram to be usable?

[–] [email protected] 11 points 1 year ago* (last edited 1 year ago)

Or when desktops didn't need 8 GB of RAM?

[–] [email protected] 2 points 1 year ago

Tbf at that same time resolutions and asset quality was much lower.

[–] [email protected] 5 points 1 year ago* (last edited 1 year ago) (1 children)

Hmm. I'd actually argue it's a good solution in some cases. We run multiple services where load is intermittent, services are short-lived, or the code is complex and hard to refactor. Just adding hardware resources can be a much cheaper solution than optimizing code.

[–] [email protected] 6 points 1 year ago

It can be cheap in the short term, but is not always an overall sustainable solution.

load more comments
view more: next ›