this post was submitted on 07 Nov 2023
220 points (96.6% liked)

Games

16202 readers
658 users here now

Video game news oriented community. No NanoUFO is not a bot :)

Posts.

  1. News oriented content (general reviews, previews or retrospectives allowed).
  2. Broad discussion posts (preferably not only about a specific game).
  3. No humor/memes etc..
  4. No affiliate links
  5. No advertising.
  6. No clickbait, editorialized, sensational titles. State the game in question in the title. No all caps.
  7. No self promotion.
  8. No duplicate posts, newer post will be deleted unless there is more discussion in one of the posts.
  9. No politics.

Comments.

  1. No personal attacks.
  2. Obey instance rules.
  3. No low effort comments(one or two words, emoji etc..)
  4. Please use spoiler tags for spoilers.

My goal is just to have a community where people can go and see what new game news is out for the day and comment on it.

Other communities:

Beehaw.org gaming

Lemmy.ml gaming

lemmy.ca pcgaming

founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] ChairmanMeow@programming.dev 2 points 9 months ago (1 children)

That's literally what the game already does. But it can't have all the effects you believe it should have, because there are a lot of events that can change a modifier that would require a recalculation.

Also marking thing as "should_update" (like you called it here) the way you describe it would cause terrible performance issues. You can't mark large amount of pops for an employment update, because employment calculations are some of the more expensive ones to do, and doing it for large amounts of individual pops at a time would cause severe lag spikes.

[–] AlexWIWA@lemmy.ml 1 points 9 months ago (1 children)

Oh they finally added that? Nice. The community has been asking for event driven since 2019 so it's nice to know they added it. I'm gonna reinstall

[–] ChairmanMeow@programming.dev 1 points 9 months ago (1 children)

That was always in there, but the degree of optimization varied of course.

[–] AlexWIWA@lemmy.ml 1 points 9 months ago

When the community researched the issue back in 21 it definitely seemed like there wasn't any optimization because the monthly load was consistent and the major slowdowns appeared around pop job computing.

We may have been wrong because we were using profilers and decomps, which can lead to bad assumptions, but that's what we saw.