Hey Hartmut,
I read the chapter "Differences From Original" but I don't understand what you mean. What means "I've decided that I would want this challenge to be turned way up to 11". Even with google translator I don't understand this. Do you want to change our rules retroactively?
Getting something up to 11 is an English saying based on an old movie:
Up to eleven.
What I meant with this is that we are not using the max of 400 weather stations on the input file. I'm not quite sure how many we
are using, cuz I haven't tallied them up, but we are using the random generator on all ~44k from the
data/weather_stations.csv, so I'm guessing that we have a ton more than 400 in there.
Then there's the fact that the original challenge is only using 8 threads, where I'm allowing the use of all 16 cores, 32 threads on my machine.
This makes it not quite an Apples to Apples comparison, so I had to add that section to make it clear.
Hope this clears it out !!
Cheers,
Gus