this post was submitted on 20 Jun 2024
72 points (95.0% liked)

Patient Gamers

11004 readers
5 users here now

A gaming community free from the hype and oversaturation of current releases, catering to gamers who wait at least 12 months after release to play a game. Whether it's price, waiting for bugs/issues to be patched, DLC to be released, don't meet the system requirements, or just haven't had the time to keep up with the latest releases.

^(placeholder)^

founded 1 year ago
MODERATORS
 

A bit of a weird title, but basically what’s a game that’s more than a year old but still considered “modern” that you love? There’s no real strict definition for modern, I’d just like to see some discussion around great games that aren’t quite classics yet (but probably will be one day).

The nature of this community typically attracts discussion around decade-old games (which is what I mostly play too), but I’d like to see some newer (but not too new) games on this post.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 4 points 2 months ago

I just wish it was multithreaded so that i could maintain a colony for more than a week without slowing to potato speeds.

My n00b theory on it, with the proviso that I am not a developer and only have a basic understanding of multithreading, is that you would break up the map into regions, and have each regions pawns and environment handled independently by separate threads/cores while one master thread handled interactions between regions and kept them all in sync.

Regions could dynamically scale depending on how computationally intensive they are, such that when the master/watchdog thread has to wait for one thread significantly longer than any of it's adjacent region threads, it remaps the boundary iteratively until it acheives minimal wait-time and the load is evenly balanced.

As it stands, I've got one core maxed out and the game running slower than realtime while my 15 other cores sit at idle like suckers.