Optimal ways to iterate with Brute Force

Hi everyone,
In my workflow, I want to read a text file that contains different sets of values in Grasshopper to calculate the respective total load with “HB Annual Loads” component. I use the “BruteForce (classic)” to iterate through 118 values.

While calculating the total loads of a single set of values is rather quick (about 1 minute), the iteration with Brute Force is significantly slower (more than 10 minutes for each iteration)
Hence I want to ask for your suggestion in my workflow. Is there anywhere I can modify to increase a speed? Or is the reason lies on the values given in the input text file?

I attached my script and the text file.
Best regards
BDL3_x - Copy.gh (142.9 KB)
2-story.3dm (31.1 KB)
model_input.txt (32.3 KB)