Stream: compiler development

Topic: Production Build Times


view this post on Zulip Bryce Miller (Jun 22 2024 at 21:43):

RE: Our conversation in the meetup this afternoon: this repo contains the same sudoku solver implemented in Rust and Roc. https://github.com/sandprickle/sudoku-bench

On my M1 mac, a release build takes a little under 2s for the Rust version, and a little over 30s for Roc. Let me know if there's anything else I can do to help troubleshoot!

@Luke Boswell @Ayaz Hafiz @Folkert de Vries

view this post on Zulip Bryce Miller (Jun 23 2024 at 20:06):

Hey, I derped and forgot to remove the target directory before measuring the Rust times. It’s actually 7-8s for a release build. Fwiw.


Last updated: Jul 06 2025 at 12:14 UTC