What's your largest Grasshopper script? [The Hall Of Shame]

Gotta say that these are fine examples of unintelligible spaghetti…

Anything large that cannot br broken into smaller modules is badly designed as I found out in my monster project.

How long does the project take to load when opening the file and crawling thru thousands of modules?
How do you scroll across yards of that spaghetti? Its crazy

Some of my files are small but perform thousands of surface boolean operations that can take 30 minutes. These dont need to be redone often and certainly dont want to wait that long to open one monster file

I broke my project into multiple files which input data from file and output to file.
They are mostly sequential in operation and manageable in size