JohnCalhoun / Flamingo

A multiagent simulation engine for gpu clusters
1 stars 1 forks source link

transporter iterator #29

Open asclines opened 8 years ago

asclines commented 8 years ago

What is the final decision on the iterator for the transporter class?

The DataFrame class needs to pass some sort of iterator that goes over all the columns and points only to the rows that need to be moved.

I know there is a tuple where each element of the tuple points to a column in the dataframe but how does the iterator play into this?

JohnCalhoun commented 8 years ago

The dataframe<...>::iterator is a wrapper around that tuple