Page 1 of 1

What data structures does factorio use?

Posted: Fri Mar 10, 2017 1:37 am
by autobot
I'm interested in game development and I was wondering what data structures does factorio use in order to have so many moving items constantly being updated every frame? Binary tree, map, etc.? Is there anywhere on this site where I can read up on that sort of information?

Re: What data structures does factorio use?

Posted: Wed Mar 29, 2017 5:29 am
by ssilk
You need mainly to read the Factorio Friday Facts. See in the News board. Just begin from the beginning. :)

Re: What data structures does factorio use?

Posted: Wed Mar 29, 2017 3:27 pm
by Yoyobuae
Ones I've read being mentioned: fixed size arrays, lists, somekind of location dependent structure.

Re: What data structures does factorio use?

Posted: Wed Mar 29, 2017 5:02 pm
by Zeblote
Factorio comes with a pdb file, you can use it to find out :D