Question on simulation performance

It’s going top be hard to give you a definitive answer about performance without knowing the complexity of reading the file, the complexity of the data structures you need to create, and how you intend to use these objects. In general you are better off creating objects as you need them, and potentially re-using existing objects than creating a significantly large number of objects all at once.