this post was submitted on 20 Jun 2024
72 points (95.0% liked)
Patient Gamers
11380 readers
172 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
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
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.