I have a simulation model that builds widgets, which are composed of many sub-assemblies. We have varying numbers of each sub-assembly in stock at the beginning of the year, when the model is started, and more of these sub-assemblies are built as the model runs. With approximately 27000 sub-assemblies at the start of the model, spread over 100 different types of sub-assemblies, the model takes about 30 seconds before it will even start (solely due to this initial quantity source) because of how much is going on at time 0. What is a more efficient way to handle this? The entities are all created in a single source and are assigned labels with the item name and part number. The entities are sent to queues where they wait until a combiner pulls them in.