On Friday, 20 February 2026 at 18:27:42 UTC, realhet wrote:
Can't use -i for the heavy lifting.
I do it for everything. It works well, you just have a lot of bloat attached.
first build it takes some time on my old AMD FX8350 8 core cpu around 2-3 minutes.
Meanwhile, I have an older 4 core cpu, I build the entire project from scratch, and I'm done in under 2 seconds.
If you use -i, it doesn't pull stuff it doesn't actually need. Like you said
I just commented out the import dom and import cgi statements and it was still able to SELECT some rows from a table.
Why did you import them in the first place? Only import the things you actually use! The arsd library is over a quarter million lines of code, and you probably only need like 2,000 of them. So import the one or two modules you actually use and find joy.
