Hacker News new | ask | show | jobs
by ianpurton 1280 days ago
Can you let me know about incremental compile times?

Basically with the HTML frameworks that use macros I'm getting incremental builds 10 seconds or more. Did you experience the same?

1 comments

Incremental compile times were quite fast, I'd say in the 1-2 seconds. I also have another project where I'm using Dioxus-web for a web application. When building a web app, it also has hot code reloading and I'd say reloads take under a second (though I just started this app so it only has a couple hundred lines of code).

I have an M1 Pro Max though, which is quite a fast machine.

Thanks. I'll give it a try.