What data structures does factorio use?

Things that are not directly connected with Factorio.
Post Reply
autobot
Manual Inserter
Manual Inserter
Posts: 1
Joined: Fri Mar 10, 2017 1:29 am
Contact:

What data structures does factorio use?

Post 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?

User avatar
ssilk
Global Moderator
Global Moderator
Posts: 12888
Joined: Tue Apr 16, 2013 10:35 pm
Contact:

Re: What data structures does factorio use?

Post by ssilk »

You need mainly to read the Factorio Friday Facts. See in the News board. Just begin from the beginning. :)
Cool suggestion: Eatable MOUSE-pointers.
Have you used the Advanced Search today?
Need help, question? FAQ - Wiki - Forum help
I still like small signatures...

Yoyobuae
Filter Inserter
Filter Inserter
Posts: 499
Joined: Fri Nov 04, 2016 11:04 pm
Contact:

Re: What data structures does factorio use?

Post by Yoyobuae »

Ones I've read being mentioned: fixed size arrays, lists, somekind of location dependent structure.

Zeblote
Filter Inserter
Filter Inserter
Posts: 973
Joined: Fri Oct 31, 2014 11:55 am
Contact:

Re: What data structures does factorio use?

Post by Zeblote »

Factorio comes with a pdb file, you can use it to find out :D

Post Reply

Return to “Off topic”