jharwell / prism

Parallel Construction Using Graphical Invariants
GNU General Public License v3.0
1 stars 0 forks source link

feature/4-ds-for-graph-repr #4

Closed jharwell closed 4 years ago

jharwell commented 4 years ago

I need to come up with a data structure (probably some variant of boost::graph, or based on stuff in there) in order to efficiently store and access the in-progress representations of the structure by both robots and loop functions. I might need to figure out a more minimal representation for robots, as if each robot needs to keep the full data structure in memory, I am going to run out of memory for large swarms trying to build large things.